Hi, just to raise this issue again, I'm encountering this issue with the latest prodigy version 1.11.6-linux
.
(prodigy37) jeremy@Jeremy-PC:~/Desktop/financial-nlp/prodigy/custom-data/custom-interface-tutorial$ python
Python 3.7.4 (default, Aug 13 2019, 20:35:49)
[GCC 7.3.0] :: Anaconda, Inc. on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import prodigy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/jeremy/anaconda3/envs/prodigy37/lib/python3.7/site-packages/prodigy/__init__.py", line 1, in <module>
from .util import init_package
ImportError: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
However, when I revert to the good old 1.10.8
, I do not encounter this error. I'm using an anaconda environment.