Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TextBlob installation in windows

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.

like image 300
Selva Perumal Avatar asked Jan 11 '23 06:01

Selva Perumal


1 Answers

Install it with conda. It worked for me!

conda install -c conda-forge textblob
like image 118
Sarahí Aguilar Avatar answered Jan 18 '23 23:01

Sarahí Aguilar