Trying to import wget libraries but it's not happening why? It says requirement satisfied but not able to import it. Giving module not found error

24 views Asked by At
 get_ipython().system('pip install wget')
    import wget
    Requirement already satisfied: wget in
          c:\users\divya\appdata\local\programs\python\python312\lib\site-packages (3.2)
---------------------------------------------------------------------------
                        Traceback (most recent call last)
    Cell In[9], line 2
      1 get_ipython().system('pip install wget')
----> 2 import wget

ModuleNotFoundError: No module named 'wget'

I tried re-downloading it but nothing seems to work to import the library. There were some solutions which asked to check the version of python it was the third version. Python installed on my computer is the third version. `

0

There are 0 answers