kyegomez / swarms

The Enterprise-Grade Production-Ready Multi-Agent Orchestration Framework Join our Community: https://discord.com/servers/agora-999382051935506503
https://docs.swarms.world
GNU Affero General Public License v3.0
1.7k stars 226 forks source link

[BUG] "No module name 'uvloop' #623

Open ec-lp opened 10 hours ago

ec-lp commented 10 hours ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. windows 11, conda env python 3.12
  2. pip install swarms
  3. (some difficulty with installation requiring compilation of chroma-hnswlib, which can be resolved by installing MS build tools or with manually installing conda package)
  4. code crashes at >from swarms import Agent

Expected behavior example code would run seemlessly

Screenshots

Additional context uvloop not in requirements or pyproject.toml

uvloop not compatible with windows.

problematic uvloop import in file ...swarms\structs\multi_agent_exec.py

Upvote & Fund

Fund with Polar

github-actions[bot] commented 10 hours ago

Hello there, thank you for opening an Issue ! 🙏🏻 The team was notified and they will get back to you asap.

kyegomez commented 8 hours ago

@ec-lp update your swarms pip package pip3 install -U swarms! and let me know of the new changes