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
Make venv with python 3.10 & activate it (python3 -m venv ./venv && source venv/bin/activate)
run pip install -r src/requirements.txt
pip errors when trying to compile native parts of pyuv
Temporary Workaround
Use the master branch of pyuv as this has the changes merges from the PR mentioned above. This means to replace the pyuv line in requirements.txt with git+https://github.com/saghul/pyuv@master#egg=pyuv.
The text was updated successfully, but these errors were encountered:
Describe the bug
pyuv is currently broken for python 3.10.x
see upstream issue saghul/pyuv#271 / PR saghul/pyuv#275
To Reproduce
Steps to reproduce the behavior:
python3 -m venv ./venv && source venv/bin/activate
)pip install -r src/requirements.txt
Temporary Workaround
Use the master branch of pyuv as this has the changes merges from the PR mentioned above. This means to replace the pyuv line in
requirements.txt
withgit+https://github.com/saghul/pyuv@master#egg=pyuv
.The text was updated successfully, but these errors were encountered: