Discussion:
[conda] ImportError: libopenblasp-r0-39a31c03.2.18.so: cannot open shared object file: No such file or directory
Tao Chen
2016-09-21 02:20:58 UTC
Permalink
I can use numpy before, but suddenly it broke down. I don't know why. Can
somebody help me? I recently installed tensorflow using anaconda
Python 2.7.12 |Anaconda custom (64-bit)| (default, Jul 2 2016, 17:42:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org

<https://anaconda.org/>import numpy
Traceback (most recent call last):
File "", line 1, in
File "/home/chentao/software/anaconda2/lib/python2.7/site-packages/numpy/
init.py", line 180, in
from . import add_newdocs
File "/home/chentao/software/anaconda2/lib/python2.7/site-
packages/numpy/add_newdocs.py", line 13, in
from numpy.lib import add_newdoc
File "/home/chentao/software/anaconda2/lib/python2.7/site-
packages/numpy/lib/init.py", line 8, in
from .type_check import *
File "/home/chentao/software/anaconda2/lib/python2.7/site-
packages/numpy/lib/type_check.py", line 11, in
import numpy.core.numeric as
*nxFile
"/home/chentao/software/anaconda2/lib/python2.7/site-packages/numpy/core/__init_*
.py", line 14, in
from . import multiarray
ImportError: libopenblasp-r0-39a31c03.2.18.so: cannot open shared object
file: No such file or directory <https://anaconda.org/>
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/ddcdc294-5d71-47e8-8606-bbda4d01e513%40continuum.io.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Alexey Strokach
2016-09-21 15:24:42 UTC
Permalink
Try conda install openblas? I think there’s some mixup with some libraries
depending on Intel mkl and some on openblas.
​
Post by Tao Chen
I can use numpy before, but suddenly it broke down. I don't know why. Can
somebody help me? I recently installed tensorflow using anaconda
Python 2.7.12 |Anaconda custom (64-bit)| (default, Jul 2 2016, 17:42:40)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io/thanks and https://anaconda.org
<https://anaconda.org/>import numpy
File "", line 1, in
File "/home/chentao/software/anaconda2/lib/python2.7/site-packages/numpy/
init.py", line 180, in
from . import add_newdocs
File "/home/chentao/software/anaconda2/lib/python2.7/site-package
s/numpy/add_newdocs.py", line 13, in
from numpy.lib import add_newdoc
File "/home/chentao/software/anaconda2/lib/python2.7/site-package
s/numpy/lib/init.py", line 8, in
from .type_check import *
File "/home/chentao/software/anaconda2/lib/python2.7/site-package
s/numpy/lib/type_check.py", line 11, in
import numpy.core.numeric as
*nxFile
"/home/chentao/software/anaconda2/lib/python2.7/site-packages/numpy/core/__init_*
.py", line 14, in
from . import multiarray
ImportError: libopenblasp-r0-39a31c03.2.18.so: cannot open shared object
file: No such file or directory <https://anaconda.org/>
--
You received this message because you are subscribed to the Google Groups
"conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/
continuum.io/d/msgid/conda/ddcdc294-5d71-47e8-8606-
bbda4d01e513%40continuum.io
<https://groups.google.com/a/continuum.io/d/msgid/conda/ddcdc294-5d71-47e8-8606-bbda4d01e513%40continuum.io?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+***@continuum.io.
To post to this group, send email to ***@continuum.io.
Visit this group at https://groups.google.com/a/continuum.io/group/conda/.
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/conda/CAK3HUpg1TmVsz7Yc928B0OH7do3gFN-Pv3dw%3DUOLoVRauUChAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/a/continuum.io/d/optout.
Loading...