Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSL Error when using pip
#3
(Jan-31-2023, 06:58 PM)Larz60+ Wrote: pip has to be run from the command (terminal) prompt
from prompt type python -V
and pip -V
they should be using same interpreter.
Please reposrt results.

Hi @Larz60+ ! Thank you so much for your reply!

This is what I get when I check versions:

➜ python -V
Python 3.11.0

~ …
➜ pip -V
pip 22.3 from /home/rofarah/.pyenv/versions/3.11.0/lib/python3.11/site-packages/pip (python 3.11)

Other important information:

ls /usr/local/lib/ | grep python

libpython3.10.a
libpython3.7m.a
python3.10
python3.7


whereis pyhton3

python3:
/usr/bin/python3
/usr/lib/python3
/etc/python3
/usr/share/python3
/home/rofarah/.pyenv/shims/python3
/usr/share/man/man1/python3.1.gz

The link below is a good approach that I found. Please, check out the only reply to this thread:
https://stackoverflow.com/questions/7457...ssl-module
I followed those steps, but no success. Sad

Kind regards,

Rodrigo.
Reply


Messages In This Thread
SSL Error when using pip - by rf1976 - Jan-31-2023, 05:26 PM
RE: SSL Error when using pip - by Larz60+ - Jan-31-2023, 06:58 PM
RE: SSL Error when using pip - by rf1976 - Jan-31-2023, 08:05 PM
RE: SSL Error when using pip - by Larz60+ - Jan-31-2023, 11:57 PM
RE: SSL Error when using pip - by rf1976 - Feb-01-2023, 12:38 AM
RE: SSL Error when using pip - by Larz60+ - Feb-01-2023, 10:53 AM
RE: SSL Error when using pip - by rf1976 - Feb-01-2023, 07:47 PM
RE: SSL Error when using pip - by deanhystad - Feb-01-2023, 08:12 PM

Forum Jump:

User Panel Messages

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