How do I install new SSL certificate on OSX using pyenv?
Asked Answered
B

0

6

I keep running into the SSL: CERTIFICATE_VERIFY_FAILED” error when calling an API on python 3.7.3. Trying to solve this originally.

I'm using pyenv and I'm trying to run this command:

> cd "/Applications/Python 3.7.3/"
> sudo "./Install Certificates.command"

However, this path does not exist because I'm using pyenv and I can't seem to identify where python is actually installed how I actually run the Install Certificates.command

Any help would be great! Thanks

Boson answered 12/10, 2020 at 1:1 Comment(1)
was this ever solved?Unbated

© 2022 - 2024 — McMap. All rights reserved.