TextBlob installation in windows

Selva Perumal picture Selva Perumal · Jul 4, 2014 · Viewed 16.9k times · Source

I have followed the instruction in Trouble installing TextBlob for Python for TextBlob installation in the Windows 7. It got installed but when I go to Python Idle and type import TextBlob it says

No module named TextBlob

How to solve this problem?

Or can I directly place the libraries associated with the package in the Python Lib folder and try to import it in the program? If it is advisable please tell the procedure to do that. Will it work?

Any help will be highly appreciated.

Answer

Sarahí Aguilar picture Sarahí Aguilar · Jun 6, 2018

Install it with conda. It worked for me!

conda install -c conda-forge textblob