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

Fails to install with Python 3.7 #110

Closed
JulienPalard opened this issue Oct 23, 2017 · 4 comments
Closed

Fails to install with Python 3.7 #110

JulienPalard opened this issue Oct 23, 2017 · 4 comments

Comments

@JulienPalard
Copy link

  • uvloop version: 0.8.1
  • Python version: 3.7a1
  • Platform: Debian 9.1
  • Can you reproduce the bug with PYTHONASYNCIODEBUG in env?: Not relevant

Uvloop fails to install from pypi with Python 3.7 as the PyCFunctionFast signature has changed. It has been fixed in cython 0.26.1.

@industrialsynthfreak
Copy link

I can confirm. No difference on Sierra for both 0.7.x and 0.8.x.

1st1 added a commit that referenced this issue Nov 10, 2017
@1st1
Copy link
Member

1st1 commented Nov 13, 2017

Fixed in master. Will be in the next uvloop release (0.9.0) soon. Keep in mind that Cython isn't compatible with 3.7.0a2 yet, so we'll only have 3.7.0a1 compatibility.

@1st1 1st1 closed this as completed Nov 13, 2017
@1st1
Copy link
Member

1st1 commented Nov 27, 2017

v0.9.0 should be compatible with 3.7.0a1

@cjrh
Copy link

cjrh commented Nov 27, 2017

Verified, works against Python nightly in one of my projects 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants