Date: Mon, 04 Jan 2016 16:29:56 -0500 From: "Mikhail T." <mi+thun@aldan.algebra.com> To: Olivier Duchateau <duchateau.olivier@gmail.com> Cc: python@FreeBSD.org Subject: Re: numpy would not load: libgcc_s vs. libgfortran Message-ID: <568AE454.6010604@aldan.algebra.com> In-Reply-To: <20160104213150.4e47df03583e70cef356a51d@gmail.com> References: <568AA168.5090400@aldan.algebra.com> <20160104193453.2ae62e7a01ab0a0cd845e296@gmail.com> <568AC046.8040300@aldan.algebra.com> <20160104213150.4e47df03583e70cef356a51d@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 04.01.2016 16:31, Olivier Duchateau wrote:
> After all it's perhaps Numpy's problem, but nobody reported this issue.
Well, I decided to try figuring this out myself and got the following
error from a very simply one line script consisting of "import numpy;":
Traceback (most recent call last):
File "tn.py", line 1, in <module>
import numpy;
File "/opt/lib/python2.7/site-packages/numpy/__init__.py", line
180, in <module>
from . import add_newdocs
File "/opt/lib/python2.7/site-packages/numpy/add_newdocs.py", line
13, in <module>
from numpy.lib import add_newdoc
File "/opt/lib/python2.7/site-packages/numpy/lib/__init__.py",
line 8, in <module>
from .type_check import *
File "/opt/lib/python2.7/site-packages/numpy/lib/type_check.py",
line 11, in <module>
import numpy.core.numeric as _nx
File "/opt/lib/python2.7/site-packages/numpy/core/__init__.py",
line 14, in <module>
from . import multiarray
ImportError:
/opt/lib/python2.7/site-packages/numpy/core/multiarray.so: Undefined
symbol "cblas_cdotc_sub"
Any ideas? Thanks!
-mi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?568AE454.6010604>
