-
-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to import numpy in notebook in new environment #7
Comments
Can you import numpy in an IPython session in the same env? |
No, I get
This happens with the normal Python interpreter too, not just IPython. I guess this issue belongs in the numpy or openblas feedstock. |
There's something funky going on with an update to libgfortran. My guess is this is related. |
Transferred to conda-forge/openblas-feedstock#60. |
This is on Ubuntu 16.04
conda info
Reproducer
Next, create a new notebook and type
import numpy
in the first cell, and run. A box pops up withThe console messages:
conda list --show-channel-urls
The text was updated successfully, but these errors were encountered: