chartbeat-labs / textacy

NLP, before and after spaCy
https://textacy.readthedocs.io
Other
2.21k stars 249 forks source link

No module named 'textacy' #286

Closed jkhaui closed 4 years ago

jkhaui commented 4 years ago

Hi, I initially had trouble using pip install textacy due to it failing to build some dependencies (surprised this issue hasn't been posted before; I experienced it in 2 separate Windows environments). Anyway, this was solved by the first answer on this post: https://stackoverflow.com/questions/43858836/python-installing-clarifai-vs14-0-link-exe-failed-with-exit-status-1158?fbclid=IwAR3wuFiOL3GsJCHEgxfbfdQn6orf9mxBlmrlcFhkUX1mwAz6KDComMQYkbE1158%3Ffbclid%3DIwAR3wuFiOL3GsJCHEgxfbfdQn6orf9mxBlmrlcFhkUX1mwAz6KDComMQYkbE&h=AT0j3jSns8Zew_ywVUU3few3r5bdgLk5KZU2Rg_jtrUWESFvYqnSiEdM6UfJqV3ZI08DXlk1y7tuTs3I8ZobM-15sZRSNibq9VVsH0yTc2KYhBW4AmYssBDKkGsMXBwXKFJNJA

The issue I now face is adding import textacy in my python script which leads to ModuleNotFoundError: No module named 'textacy'. I'm at a bit of a loss, would greatly appreciate any help. Thank you

Environment:

jkhaui commented 4 years ago

Closing as I've realised this particular issue is not due to the textacy package itself.