You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the installation instructions (I came in from agent-ops dashboard steps)
Complete creation of an agent
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.
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
π¦ Package Version
0.3.5
ποΈ Framework Version
default crewai
π Describe the Bug
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
The text was updated successfully, but these errors were encountered: