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
There is a fault while pip installs autoGen with the Python versions higher than 3.12. But the current reminder only point to the versions below 3.10.
File "/private/var/folders/0d/ftmmyfbs25g4t_4p7lhn3j3c0000gq/T/pip-build-env-q3_t8ewn/overlay/lib/python3.13/site-packages/setuptools/_distutils/unixccompiler.py", line 202, in _compile
raise CompileError(msg)
distutils.errors.CompileError: command '/usr/bin/clang++' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for grpcio
Failed to build grpcio
ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (grpcio)
What did you expect to happen?
Python version compatibility issue.
How can we reproduce it (as minimally and precisely as possible)?
Remark the compatible Python version range in the README doc.
Ensure compatibility with future major versions of Python.
AutoGen version
0.4
Which package was this bug in
AgentChat
Model used
No response
Python version
3.13 and above
Operating system
MacOS
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered:
This is due to the grpcio dependency not having wheels built for 3.13 and the source build subsequently failing. To fix this we'll need to upgrade grpcio to at least 1.66. This is important but will need to be taken on as a task to ensure xlang is still working.
What happened?
There is a fault while pip installs autoGen with the Python versions higher than 3.12. But the current reminder only point to the versions below 3.10.
What did you expect to happen?
Python version compatibility issue.
How can we reproduce it (as minimally and precisely as possible)?
AutoGen version
0.4
Which package was this bug in
AgentChat
Model used
No response
Python version
3.13 and above
Operating system
MacOS
Any additional info you think would be helpful for fixing this bug
No response
The text was updated successfully, but these errors were encountered: