recently, I'm having a problem with my pip I asked here, and it also effected my easy_install and my py2app. according to answer I get here, I tried 'Install Certificates.command' last night. now, my pip is working! but my easy_install, pip3, easy_install3 and py2app still don't work with this error(pip3 install <anymodule>
):
Collecting anymodule
Could not fetch URL https://pypi.python.org/simple/anymodule/: There was a
problem confirming the ssl certificate: [SSL: CERTIFICATE_VERIFY_FAILED]
certificate verify failed (_ssl.c:748) - skipping
Could not find a version that satisfies the requirement anymodule (from
versions: )
No matching distribution found for anymodule
and I tried almost anything! I'm using python2 and 3 on a macOS sierra. I appreciate your help very very much!(;
update:sudo easy_install is working