Python Forum
Issue In Loading Textblob in jupyter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue In Loading Textblob in jupyter
#1
Hi All,
I am downloading textblob using pip. The installation has been done successfully however jupyter does not show it as downloaded.
Below is the extract from pip using cmd:
[Requirement already satisfied: textblob in c:\users\51613014\appdata\local\programs\python\python37-32\lib\site-packages (0.15.3)
Requirement already satisfied: nltk>=3.1 in c:\users\51613014\appdata\local\programs\python\python37-32\lib\site-packages (from textblob) (3.4)]

also downloaded the
python -m textblob.download_corpora

[from textblob import TextBlob] shows this error:
ModuleNotFoundError: No module named 'textblob'

Please advice.

Regards, Shivi
Reply
#2
It is always good practice use conda to install modules to use in Jupyter. For example textblog.

While in Jupyter one can always check the version (as in interactive terminal):

!python --version
I'm not 'in'-sane. Indeed, I am so far 'out' of sane that you appear a tiny blip on the distant coast of sanity. Bucky Katt, Get Fuzzy

Da Bishop: There's a dead bishop on the landing. I don't know who keeps bringing them in here. ....but society is to blame.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python C Extension Module loading issue on Cygwin mesibo 0 597 Sep-22-2023, 05:41 AM
Last Post: mesibo
  Error executing Jupyter command 'notebook': [Errno 'jupyter-notebook' not found] 2 Newtopython123 10 31,165 Apr-25-2019, 07:30 AM
Last Post: banu0395
  How to count value after a textblob LoliMarth 1 2,268 Mar-22-2019, 02:20 AM
Last Post: micseydel
  How to declare TextBlob var 3115Tech 2 2,684 Apr-21-2018, 07:04 PM
Last Post: 3115Tech
  Textblob issue on 3.5 Sebt1890 2 2,789 Mar-01-2018, 09:39 AM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020