python - Import Error from binary dependency file -
i attempting run package after installing it, getting error:
importerror: /home/brownc/anaconda3/lib/python3.5/site-packages/dawg.cpython-35m-x86_64-linux-gnu.so: undefined symbol: _ztvnst7__cxx1118basic_stringstreamicst11char_traitsicesaiceee
the dawg....gnu.so
file binary , doesn't give information when opened in sublime. don't know enough binary files in order go in , remove line or fix it. there simple fix not aware of?
i found answer specific case, may run case well:
i using anaconda (python 3 version) , installing package conda install -c package package
worked instead of pip install package
.
i hope helps someone.
Comments
Post a Comment