Python Forum
ModuleNotFoundError: No module named 'stop_words'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ModuleNotFoundError: No module named 'stop_words'
#7
It's the same way,i do in Scripts folder where pip and conda is placed.
If Anaconda is set in Windows Path,then it will work from anywhere in cmd.
G:\Anaconda3\Scripts
λ pip -V
pip 19.0.3 from G:\Anaconda3\lib\site-packages\pip (python 3.7)

G:\Anaconda3\Scripts
λ pip install stop-words
Collecting stop-words
Installing collected packages: stop-words
Successfully installed stop-words-2018.7.23

G:\Anaconda3\Scripts
λ cd ..

G:\Anaconda3
λ python
Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32
>>> import stop_words
>>>
>>> stop_words.__VERSION__
(2018, 7, 23)
Anaconda and other ways to run Python
Reply


Messages In This Thread
RE: ModuleNotFoundError: No module named 'stop_words' - by snippsat - Jul-04-2019, 10:31 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Keras. ModuleNotFoundError: No module named 'error' agatte 1 7,899 Sep-18-2019, 12:27 PM
Last Post: shivani
  ModuleNotFoundError: No module named '_pywrap_tensorflow_internal' rajeev1729 1 25,585 Jul-04-2018, 06:26 PM
Last Post: stpaulchuck
  No module named pip Viesturs 4 51,562 Jun-08-2018, 06:41 AM
Last Post: volcano63
  No module named scipy kirill 2 10,506 Mar-16-2018, 04:19 PM
Last Post: kirill
  ModuleNotFoundError: No module named 'adspy_shared_utilities' POOJASWAMY 0 9,032 Feb-09-2018, 05:46 AM
Last Post: POOJASWAMY
  No module named numpy rdx 7 62,298 Sep-24-2017, 07:12 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

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