Allow 'pip install pymor' to work even when numpy/scipy are not installed yet #209
Comments
The changes in the remove_dependency_check branch seem to resolve this issue, even with the ancient pip shipped with Ubuntu 14.04. |
The branch works on my Ubuntu 15.10 box, but not on travis: https://travis-ci.org/pymor/pymor/jobs/109566378 |
@renemilk, not sure if this is true: the log says that the wheel failed to build but it later on claims to have successfully built scipy, pyMOR among other packages. (I believe I have experienced a similar behavior locally.) |
Uhm, right. I just got the mail for the restored build. |
Yupp, works: https://travis-ci.org/pymor/pymor/builds/109575478 |
Current pip versions are able to install all dependencies without error. An option might be to issue a verbose warning (using
sleep
), when the missing dependencies are not installed yet. (We could then also warn that an appropriate toolchain is needed to compile the missing stuff.)The text was updated successfully, but these errors were encountered: