João Felipe Santos <[email protected]>
wrote:

> ImportError:
> /sb/home/jfsantos/venv/lib/python2.7/site-packages/sklearn/utils/sparsetools/_traversal.so:
> undefined symbol: _intel_fast_memcmp
> 
> Does anyone have a workaround for this issue? I tried exporting CC=icc and
> CXX=icpc to force using Intel compilers but nothing has changed.

Whenever I use MKL on my Mac I get issues like this unless I link with with
-static-intel

Sturla


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to