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 Aug 11, 2023. It is now read-only.
If so, setup_requires should include Cython if the package includes Cython code and the current version is a developer version. See #131 for a discussion of this.
A better solution might be to simply populate setup_requires in setup.py based on which extensions are being passed to setup.py. I'll work on a PR for that to see if it works. Or we can just check whether Cython files are present.
The text was updated successfully, but these errors were encountered:
Also, numpy often has to be installed before setup if you are using Cython as it often has to tell the c compiler where to find the numpy include files.
If so, setup_requires should include Cython if the package includes Cython code and the current version is a developer version. See #131 for a discussion of this.
A better solution might be to simply populate setup_requires in setup.py based on which extensions are being passed to setup.py. I'll work on a PR for that to see if it works. Or we can just check whether Cython files are present.
The text was updated successfully, but these errors were encountered: