kevinlu1248 / pyate

PYthon Automated Term Extraction
https://kevinlu1248.github.io/pyate/
MIT License
305 stars 37 forks source link

FileNotFoundError - default_general_domain.csv #3

Closed PandaWhoCodes closed 4 years ago

PandaWhoCodes commented 4 years ago

I get this error after doing a pip install pyate.

FileNotFoundError: [Errno 2] File /usr/lib/python3/dist-packages/pyate/default_general_domain.csv does not exist: '/usr/lib/python3/dist-packages/pyate/default_general_domain.csv'

kevinlu1248 commented 4 years ago

Can you try ls /usr/lib/python3/dist-packages/pyate?

PandaWhoCodes commented 4 years ago

/usr/lib/python3/dist-packages/pyate does not exist. I did it on Google Colab. It works on my Windows PC without a hitch.

kevinlu1248 commented 4 years ago

Thanks for your help, fixed in pyate==0.3.9 to support all platforms.