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

Error when trying to run numpy #4

Open
Neuro-Dynamics opened this issue Feb 23, 2018 · 1 comment
Open

Error when trying to run numpy #4

Neuro-Dynamics opened this issue Feb 23, 2018 · 1 comment

Comments

@Neuro-Dynamics
Copy link

/data/data/org.qpython.qpy/files/bin/qpython.sh "/storage/emulated/0/qpython/test.py" && exit
ython/test.py" && exit <
Traceback (most recent call last):
File "/storage/emulated/0/qpython/test.py", line 1, in
import numpy
File "/data/data/org.qpython.qpy/files/lib/python2.7/site-packages/numpy_aipy-1.13.1-py2.7.egg/numpy/init.py", line 142, in
from . import add_newdocs
File "/data/data/org.qpython.qpy/files/lib/python2.7/site-packages/numpy_aipy-1.13.1-py2.7.egg/numpy/add_newdocs.py", line 13, in
from numpy.lib import add_newdoc
File "/data/data/org.qpython.qpy/files/lib/python2.7/site-packages/numpy_aipy-1.13.1-py2.7.egg/numpy/lib/init.py", line 8, in
from .type_check import *
File "/data/data/org.qpython.qpy/files/lib/python2.7/site-packages/numpy_aipy-1.13.1-py2.7.egg/numpy/lib/type_check.py", line 11, in
import numpy.core.numeric as _nx
File "/data/data/org.qpython.qpy/files/lib/python2.7/site-packages/numpy_aipy-1.13.1-py2.7.egg/numpy/core/init.py", line 26, in
raise ImportError(msg)
ImportError:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try git clean -xdf (removes all
files not under version control). Otherwise reinstall numpy.

Original error was: dlopen failed: could not load library "libopenblas.so" needed by "multiarray.so"; caused by could not load library "libgfortran.so" needed by "libopenblas.so"; caused by cannot locate symbol "acoshf" referenced by "libgfortran.so"...

1|u0_a219@e5lte:/ $

Samsung Galaxy E5 (SM-E500M)
Android 4.4.4

Is there anything I can do to solve the problem?

@OlafHaag
Copy link

Around the time when this issue was opened I had the same problem (see #1 ). The vendor didn't provide updates to Android anymore, but when I was switched to Lineage OS based on a newer Android version, the problem disappeared.

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