Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Upgrade pip error
#1
I installed python 3.9 and I started getting pip version error when using it in edx dl

There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping

Please help resolve.
I am totally new to python.
Reply
#2
did you install 3.9 from source?
Reply
#3
Try:
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org pip setuptools
Reply
#4
what does this have to do with OP problem? Looks like clickbite? I removed the url.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Python Version upgrade nitinkukreja 1 894 Feb-04-2023, 10:27 PM
Last Post: Larz60+
  Upgrade makes Code Error kucingkembar 6 3,084 Jul-28-2022, 06:44 PM
Last Post: kucingkembar
  pip doesn't work after Python upgrade Pavel_47 10 4,178 May-30-2022, 03:31 PM
Last Post: bowlofred
  Upgrade from 3.7.9 to 3.7.11 quazirfan 4 5,453 Sep-08-2021, 01:02 AM
Last Post: quazirfan
  Upgrade Python Version ? JohnnyCoffee 2 2,526 Aug-08-2020, 09:56 PM
Last Post: Larz60+
  pip upgrade error most197 4 5,305 May-08-2020, 05:35 PM
Last Post: snippsat
  Can't upgrade pip Josh_Python890 3 9,367 Sep-07-2019, 06:45 PM
Last Post: Josh_Python890
  Need to upgrade 3.4.8 to 3.7.2 dipankargp 3 3,220 Mar-06-2019, 01:17 PM
Last Post: snippsat
  Upgrade Setuptools on Python 3.4 Alexver 2 7,922 Sep-20-2018, 06:22 AM
Last Post: Alexver
  fail to upgrade pygobject jiapei100 0 3,075 Aug-16-2018, 10:32 AM
Last Post: jiapei100

Forum Jump:

User Panel Messages

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