You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2019. It is now read-only.
The generated speedups.c file included in the tinycss 0.4 release on PyPI doesn't build correctly on Python 3.7. The file was generated with an old version of Cython that didn't support Python 3.7.
For what its worth, the current workaround is to manually remove the speedups.c file (since otherwise cython won't regenerate it) and make sure cython is installed during build.
timokau
added a commit
to timokau/nixpkgs
that referenced
this issue
Jan 12, 2019
The build was broken by the python 3.7 switch, which caused an
incompatible change in the way cython generates files:
Kozea/tinycss#17
This is solved by removing the pre-generated file and re-generating it
at build time.
The build was broken by the python 3.7 switch, which caused an
incompatible change in the way cython generates files:
Kozea/tinycss#17
This is solved by removing the pre-generated file and re-generating it
at build time.
The generated speedups.c file included in the tinycss 0.4 release on PyPI doesn't build correctly on Python 3.7. The file was generated with an old version of Cython that didn't support Python 3.7.
Ref: cython/cython#1978
Ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=910751
The text was updated successfully, but these errors were encountered: