Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 of 3 tasks
adubatl opened this issue Feb 25, 2025 · 0 comments
Open
2 of 3 tasks
Labels
bug Something isn't working

Comments

@adubatl
Copy link

adubatl commented Feb 25, 2025

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.
@adubatl adubatl added the bug Something isn't working label Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant