We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3731c1c commit 33157aaCopy full SHA for 33157aa
tests/conda/py35-binder-dir/.binder/environment.yml
@@ -1,3 +1,6 @@
1
dependencies:
2
- python=3.5
3
- numpy
4
+ # Without this numpy fails to load with error
5
+ # ImportError: libgfortran.so.3: cannot open shared object file: No such file or directory
6
+ - libgfortran=3
0 commit comments