Skip to content
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

lapack_lite.so: undefined symbol: dpotrf_ #1

Closed
andyyuan78 opened this issue Aug 18, 2015 · 2 comments
Closed

lapack_lite.so: undefined symbol: dpotrf_ #1

andyyuan78 opened this issue Aug 18, 2015 · 2 comments

Comments

@andyyuan78
Copy link

ubgpu@ubgpu:/github/hdf5Manager$ python2 h5_manager.py
Traceback (most recent call last):
File "h5_manager.py", line 6, in
import h5py
File "/usr/local/lib/python2.7/dist-packages/h5py/init.py", line 13, in
from h5py import _conv
File "h5t.pxd", line 14, in init h5py._conv (h5py/_conv.c:6757)
File "numpy.pxd", line 66, in init h5py.h5t (h5py/h5t.c:17969)
File "/usr/local/lib/python2.7/dist-packages/numpy/init.py", line 153, in
from . import add_newdocs
File "/usr/local/lib/python2.7/dist-packages/numpy/add_newdocs.py", line 13, in
from numpy.lib import add_newdoc
File "/usr/local/lib/python2.7/dist-packages/numpy/lib/init.py", line 18, in
from .polynomial import *
File "/usr/local/lib/python2.7/dist-packages/numpy/lib/polynomial.py", line 19, in
from numpy.linalg import eigvals, lstsq, inv
File "/usr/local/lib/python2.7/dist-packages/numpy/linalg/init.py", line 50, in
from .linalg import *
File "/usr/local/lib/python2.7/dist-packages/numpy/linalg/linalg.py", line 29, in
from numpy.linalg import lapack_lite, umath_linalg
ImportError: /usr/local/lib/python2.7/dist-packages/numpy/linalg/lapack_lite.so: undefined symbol: dpotrf

ubgpu@ubgpu:
/github/hdf5Manager$

@andyyuan78
Copy link
Author

pip install --upgrade numpy

can fix that

@mgraupe
Copy link
Owner

mgraupe commented Aug 19, 2015

Hi Andy,

Glad to here that the error was fixed with a bumpy update.

Cheers,
Michael
On Aug 18, 2015 16:53, "Andy Yuan" notifications@github.com wrote:

pip install --upgrade numpy

can fix that


Reply to this email directly or view it on GitHub
#1 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants