简体   繁体   中英

Unable to import urllib3 in python 3.5

I am using python 3.5.2.

When I try to install urllib3 , I am getting the below error:

ImportError: No module named 'urllib3'

urllib3 is not a default module.

Install it using:

pip install urllib3

References:

  1. https://urllib3.readthedocs.io/en/latest/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM