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