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
numpy is actually compiled first... but not installed before scipy is compiled.
Changing the order or leaving just scipy (which depends on numpy) named therefore does not resolve the problem. It seems, like there is no real solution.
Fazit: Installing with python setup.py requires either numpy or scipy to be already installed.
In the current ordering, with
setuptools 15.00
, the installation ofscipy
fails.It seems that the package are installed in the order
medpy
scipy
numpy
But scipy requires numpy and throws an error during install. Hence we are left with medpy and numpy install, but no scipy.
This might be related to
pypa/pip#2478
This should be fixed soon!
The text was updated successfully, but these errors were encountered: