Uvloop: Fails to install with Python 3.7

Created on 23 Oct 2017  路  4Comments  路  Source: MagicStack/uvloop

  • 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.

Most helpful comment

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.

All 4 comments

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

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.

v0.9.0 should be compatible with 3.7.0a1

Verified, works against Python nightly in one of my projects :100:

Was this page helpful?
0 / 5 - 0 ratings