Skip to content

[Bug]: Windows - When you finish the CLI wizard you get a windows errorΒ #335

@adubatl

Description

@adubatl

Contact Details

[email protected]

πŸ“¦ Package Version

0.3.5

🎞️ Framework Version

default crewai

πŸ”Ž Describe the Bug

  1. Follow the installation instructions (I came in from agent-ops dashboard steps)
  2. Complete creation of an agent
  3. Everything works except the venv init (so close)
🦾 Creating a new AgentStack project...
Using framework: crewai
Creating virtual environment...
uv: [error]
[WinError 10038] An operation was attempted on something that is not a socket
Installing dependencies...
uv: [error]
[WinError 10038] An operation was attempted on something that is not a socket
Retrying uv installation with --no-cache flag...
uv: [error]
[WinError 10038] An operation was attempted on something that is not a socket
πŸ“ƒ Added task "fetch_todays_weather" to your AgentStack project successfully!
πŸ“ƒ Added task "fetch_historic_weather" to your AgentStack project successfully!
πŸ€– Added agent "weatherman" to your AgentStack project successfully!
πŸš€ AgentStack project generated successfully!

To get started, activate the virtual environment with:
πŸ’« cd my_agent
🌟 source .venv/bin/activate
Run your new agent with:
✨ agentstack run
Or, run agentstack quickstart or agentstack docs for more next steps.

The outcome here is that you have no .venv and have to init one. Also maybe worth noting that the /bin/ path does not exist on windows UV (to my knowledge, only been using it for 2 days).

I think I have a handle on the windows socket issue in my practice pr over here - https://github.com/adubatl/AgentStack/pull/3/files. I also have windows filesystem errors throwing when running tests, I'm validating if the fixes in the tests are good enough.

I'd love to contribute without my previous levels of confusion doing OSS things. LMK if you want me to tackle this or y'all want it!

🀝 Contribution

  • Yes, I'd be happy to submit a pull request with these changes.
  • I need some guidance on how to contribute.
  • I'd prefer the AgentStack team to handle this update.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions