-4

when I check about pip itself, it gives me no error..but when I want to install pipenv..it gives me the following error:

(could not fetch URL https://pypi.org/simple/pipenv/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pipenv/ (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:997)'))) - skipping)

original image: https://i.stack.imgur.com/c1ale.png

Paul Rooney
  • 19,499
  • 9
  • 39
  • 60
  • 1
    [Please do not upload images of code/data/errors when asking a question.](//meta.stackoverflow.com/q/285551), use a more explicit title – Marius ROBERT May 24 '22 at 09:16
  • Try a different wifi connection – Freddy Mcloughlan May 24 '22 at 09:19
  • Why are you using pip3? Just use the regular pip. pip3 is or was just for python3 on linux (as far as I know could be wrong on that). `pip install --user pipenv` works fine for me. – Paul Rooney May 24 '22 at 09:26
  • 1
    used the command , same error – Mehrnaz May 24 '22 at 09:28
  • Perhaps try reinstalling python. There are some hacky alternatives listed [here](https://stackoverflow.com/questions/25981703/pip-install-fails-with-connection-error-ssl-certificate-verify-failed-certi). – Paul Rooney May 24 '22 at 10:42

0 Answers0