On 4/18/14 8:45 AM, Irjohn Junus wrote:
> Dear All,
> 
> I'm running 9.1-RELEASE and today just after freebsd-update to p11 and
> updating ports to the latest found out that pandas won't import after
> MySQLdb is imported first. Strangely, it will import no problem if
> MySQLdb is imported after:

Hi Irjohn,

Sorry for the long delay. Are you still having this problem?

>>>> import MySQLdb
>>>> import pandas as pd
> /lib/libgcc_s.so.1: version GCC_4.6.0 required by
> /usr/local/lib/gcc47/libgfortran.so.3 not found
[...]
> Traceback (most recent call last):
[...]
>   File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py",
> line 29, in <module>
>     from numpy.linalg import lapack_lite, _umath_linalg
> ImportError: /lib/libgcc_s.so.1: version GCC_4.6.0 required by
> /usr/local/lib/gcc47/libgfortran.so.3 not found

It looks like this thread [0], these commits [1] [2], and this PR [3]
are related.

[0]
https://lists.freebsd.org/pipermail/freebsd-toolchain/2014-April/001149.html

[1] https://svnweb.freebsd.org/ports?view=revision&revision=351167

[2] https://svnweb.freebsd.org/ports?view=revision&revision=351159

[3] https://www.freebsd.org/cgi/query-pr.cgi?pr=185902

Regards,
John

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to