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
Currently setup.py assumes numpy and cython are already installed, which requires a workaround in build scripts to explicitly install them before running pip.
The text was updated successfully, but these errors were encountered:
numpy is missing from setup_requires, but I would expect pip to be able to cope with running setup.py once to discover setup_requires and once more, after it has installed the setup requirements, to build the package. (To investigate after release.)
Currently setup.py assumes numpy and cython are already installed, which requires a workaround in build scripts to explicitly install them before running pip.
The text was updated successfully, but these errors were encountered: