Kathara icon indicating copy to clipboard operation
Kathara copied to clipboard

pyuv broken with python 3.10.x

Open Mai-Lapyst opened this issue 3 years ago • 1 comments

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:

  1. Clone repo
  2. Make venv with python 3.10 & activate it (python3 -m venv ./venv && source venv/bin/activate)
  3. run pip install -r src/requirements.txt
  4. 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.

Mai-Lapyst avatar Sep 05 '22 19:09 Mai-Lapyst

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

tcaiazzi avatar Sep 06 '22 09:09 tcaiazzi