Reputation: 475
I am trying to install and use textblob in my Anaconda environment. I am following the directions HERE I am successfully able to pip install pip install -U textblob
On step 2 running python -m textblob.download_corpora
I am presented with multiple errors. One being a Windows popup with the error message:
the ordinal 242 could not be located in the dynamic link library libiomp5md.dll
I am also presented with 2 errors in the terminal:
INTEL MKL ERROR: The operating system cannot run %1. mkl_intel_thread.dll.
Intel MKL FATAL ERROR: Cannot load mkl_intel_thread.dll.
Upvotes: 0
Views: 496
Reputation: 1
look this, you missing a file: https://github.com/ContinuumIO/anaconda-issues/issues/10213
Upvotes: 0