LexPredict / lexpredict-lexnlp

LexNLP by LexPredict
GNU Affero General Public License v3.0
698 stars 178 forks source link

Not able to import lexnlp packages in eclipse #32

Closed deleSerna closed 4 years ago

deleSerna commented 4 years ago

Hi, I am able to install lexnlp as mentioned in https://github.com/LexPredict/lexpredict-lexnlp/issues/6 for Python 3.6.8 and able to run sample code in the python interpreter but when I try to use the import the same packages in eclipse. In eclipse preference->pydev->python interpreter, I added the ~/.pyenv/versions/lexnlp/lib/python3.6/site-packages to the library but none of the the packages from lexnlp is not able to import. Can someone please hep

deleSerna commented 4 years ago

I explicitly added lexnlp, nltk, six etc.. folders and then it started working. Thanks