(Jan-31-2023, 06:58 PM)Larz60+ Wrote: pip has to be run from the command (terminal) prompt
from prompt typepython -V
andpip -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.

Kind regards,
Rodrigo.