chartbeat-labs / textacy

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

Issue with Numpy on Ubuntu 18.04 #216

Closed atuldubey007 closed 5 years ago

atuldubey007 commented 5 years ago

Getting the following error on server:

Importing the multiarray numpy extension module failed. Most likely you are trying to import a failed build of numpy. If you're working with a numpy git repo, try git clean -xdf (removes all files not under version control). Otherwise reinstall numpy.

What should I do?

bdewilde commented 5 years ago

Hi @atuldubey007 , that error message describes what I would recommend trying: uninstall and then reinstall numpy within your dev environment. Does that resolve the error?

atuldubey007 commented 5 years ago

The conflict was in python versions. I had integrated it with Django. However, fixing the python conflict solved my issue. Thanks for your support.