Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SSL Error when using pip
#4
you are trying to run python from shims directory in .pyenv .
This is not the way to use shims.
Virtual environment must be started,
so where for project is located, run from command line (Linux) . ./venv/bin/activate
python (and the proper version for the virtual environment) will now be available from this environment.
try to see if you can get thsi far.
once you have your virtual environment up and running,
try from command line:
python
>>>
>>> print('hello')
hello

>>> quit()
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