Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyuv broken with python 3.10.x #182

Closed
Mai-Lapyst opened this issue Sep 5, 2022 · 1 comment · Fixed by #187
Closed

pyuv broken with python 3.10.x #182

Mai-Lapyst opened this issue Sep 5, 2022 · 1 comment · Fixed by #187
Assignees
Labels
next release The feature will be added in the next release

Comments

@Mai-Lapyst
Copy link

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:

  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.

@tcaiazzi
Copy link
Member

tcaiazzi commented Sep 6, 2022

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! 😄

We will merge your workaround in the next release.

Thanks,
Tommaso

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
next release The feature will be added in the next release
Projects
3 participants