Kathara
Kathara copied to clipboard
pyuv broken with python 3.10.x
Describe the bug pyuv is currently broken for python 3.10.x
see upstream issue https://github.com/saghul/pyuv/issues/271 / PR https://github.com/saghul/pyuv/pull/275
To Reproduce Steps to reproduce the behavior:
- Clone repo
- 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.
Hi @Mai-Lapyst,
Many thanks for pointing out this!
We were aware of the problem of pyuv with python3.10, but we didn't know of the PR that solved it! :smile:
We will merge your workaround in the next release.
Thanks, Tommaso