jeudi 26 janvier 2017

Blosc import error into python

I just installed anaconda from a clean install and installed blosc using pip install blosc. I am now having this import error:

In [1]: import blosc
      ---------------------------------------------------------------------------
ImportError                               Traceback (most recent call     last)
<ipython-input-1-d9d5f9fbfb2e>     in <module>()
----> 1 import blosc

/usr/local/anaconda/lib/python2.7/site-packages/blosc/__init__.py in <module>()
 11 
 12 # Blosc C symbols that we want to export
---> 13 from blosc.blosc_extension import (
 14     BLOSC_VERSION_STRING as VERSION_STRING,
 15     BLOSC_VERSION_DATE as VERSION_DATE,

ImportError: /usr/local/anaconda/lib/python2.7/site-packages/blosc/blosc_extension.so: undefined symbol: _ZNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEE9_M_appendEPKcm

I am running Linux Mint 18 Sarah 64-bit Kernel Linux 4.4.0-21-generic x86_64 MATE 1.14.1

Can anyone please help with this error? Thank you.

Aucun commentaire:

Enregistrer un commentaire