Hi Nastran.
This looks like a scipy problem. I guess it depends on which blas you link against. I'm not sure if it runs on BSD, but you could try running anaconda http://continuum.io/downloads
Otherwise maybe check on the scipy list.

Andy

On 07/02/2015 10:04 PM, Nastaran Baradaran wrote:
Hi,

I am trying to use scikit-learn with gcc 4.2 and am facing some runtime issues. I can build and import the modules (numpy/scipy/sklearn) without any problems, however, I see the following two errors when running a script:

1. ImportError:/usr/local/lib/libgfortran.so.3: version GFORTRAN_1.0 required by /usr/local/lib/python2.7/site-packages/scipy/sparse/linalg/eigen/arpack/_arpack.so not defined

Running "strings /usr/local/lib/libgfortran.so.3 | grep GFORTRAN" I don't see GFORTRAN_1.0 listed.

2. ImportError: Shared object "libquadmath.so.0" not found, required by “_iterative.so"

Considering that libquadmath was introduced in gcc 4.6, is there any way around this? Appreciate any input.

Thanks,
Nastaran





------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/


_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
Scikit-learn-general mailing list
Scikit-learn-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to