wiseio / paratext

A library for reading text files over multiple cores.
Apache License 2.0
1.06k stars 103 forks source link

Python Installation Problem #42

Closed tyjohnnew closed 7 years ago

tyjohnnew commented 7 years ago

I downloaded the library, went to the python folder, and did python setup.py build install but I get this error when I try to import paratext

''' Traceback (most recent call last): File "test_paratext.py", line 3, in import paratext.testing File "/home/tom/anaconda2/lib/python2.7/site-packages/paratext/init.py", line 4, in from paratext.core import * File "/home/tom/anaconda2/lib/python2.7/site-packages/paratext/core.py", line 29, in import paratext_internal as pti File "/home/tom/anaconda2/lib/python2.7/site-packages/paratext_internal.py", line 21, in _paratext_internal = swig_import_helper() File "/home/tom/anaconda2/lib/python2.7/site-packages/paratext_internal.py", line 20, in swig_import_helper return importlib.import_module('_paratext_internal') File "/home/tom/anaconda2/lib/python2.7/importlib/init.py", line 37, in import_module import(name) ImportError: /home/tom/anaconda2/lib/python2.7/site-packages/_paratext_internal.so: undefined symbol: _ZTVNSt7__cxx1115basic_stringbufIcSt11char_traitsIcESaIcEEE '''

tyjohnnew commented 7 years ago

Anaconda messed up my installation

CreRecombinase commented 7 years ago

@tyjohnnew I'm having the same problem, what did you do to fix it?

tyjohnnew commented 7 years ago

Remove anaconda, and then directly install paratext.

On Dec 6, 2016 1:03 PM, "Nicholas Knoblauch" notifications@github.com wrote:

@tyjohnnew https://github.com/tyjohnnew I'm having the same problem, what did you do to fix it?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/wiseio/paratext/issues/42#issuecomment-265224168, or mute the thread https://github.com/notifications/unsubscribe-auth/AG5gUwC2zhYpZcWH3mBpdEmgBot3SR5Lks5rFaOEgaJpZM4KV9Y4 .