Python Forum
'urllib3' Module not found when import 'requests'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'urllib3' Module not found when import 'requests'
#1
Hello guys :)
I'm using python 3.9 on linux(ParrotOS).
While practicing python, I installed and imported 'requests' module.
When I'm trying to use it, I get this error msg:

Error:
Traceback (most recent call last): File "/home/osboxes/Desktop/Python/code.py", line 1, in <module> import requests File "/usr/lib/python3.9/requests/__init__.py", line 43, in <module> import urllib3 ModuleNotFoundError: No module named 'urllib3'
I tried to pip3 install this 'urllib3' but it is already installed..
Quote:pip3 install urllib3
Requirement already satisfied: urllib3 in /usr/lib/python3/dist-packages (1.25.11)

I will appreciate some help here,
Thanks!
Reply


Messages In This Thread
'urllib3' Module not found when import 'requests' - by spanz - Jan-06-2021, 01:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  is import cointegration_analysis a recognized module mitcht33 1 463 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  ModuleNotFoundError: No module named 'requests' Serg 18 2,736 Oct-29-2023, 11:33 PM
Last Post: Serg
  problem in import module from other folder akbarza 5 1,531 Sep-01-2023, 07:48 AM
Last Post: Gribouillis
  pyside6 module not found ForeverNoob 4 1,490 Aug-18-2023, 04:36 PM
Last Post: snippsat
  can not import anaconda pandas module. PySpark pandas module is imported!! aupres 0 743 Aug-06-2023, 01:09 AM
Last Post: aupres
  Module Not Found Error bitoded 4 1,455 Jan-01-2023, 09:08 AM
Last Post: bitoded
  import module error tantony 5 3,545 Dec-15-2022, 01:55 PM
Last Post: Lauraburmrs
  Import a module one step back of the path prathampatel9 1 1,098 Sep-21-2022, 01:34 PM
Last Post: snippsat
  pdfminer package: module isn't found Pavel_47 25 9,236 Sep-18-2022, 08:40 PM
Last Post: Larz60+
  Module not found question sighhhh12 0 1,526 Sep-09-2022, 05:43 AM
Last Post: sighhhh12

Forum Jump:

User Panel Messages

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