Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
ModuleNotFoundError 'wget'
#1
Hi, I get a ModuleNotFoundError when trying to import wget in a Python program within Spyder. I'm using Anaconda in Windows 8. When I launch the Anaconda Prompt and type 'pip install wget' the result is:

Requirement already satisfied: wget in c:\users\tuxedo\.julia\conda\3\lib\site-packages (3.2)

I've tried restarting Anaconda/Spyder but still get the ModuleNotFoundError. What am I doing wrong?
Reply
#2
Make sure Spyder is using the same version of python as the rest of your system. https://stackoverflow.com/questions/4359...nda-spyder
Reply
#3
Thanks for the suggestion. After some stumbling around, I managed to solve the problem by issuing 'pip install wget' from a terminal launched within Anaconda Navigator instead of using the Anaconda Prompt. No idea why those two are different.....
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  wget progress bar anasrocks 1 4,690 Jun-06-2019, 03:12 PM
Last Post: heiner55

Forum Jump:

User Panel Messages

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