Jahandar Jahanipour

Results 1 comments of Jahandar Jahanipour

The issue is because of the network's network's firewall SSL decryption [[ref]](https://levelup.gitconnected.com/fixing-your-ssl-verify-errors-in-python-71c2201db4b2). To solve the problem, you can try the following: __Windows__: `pip install pip-system-certs` __Linux__: add `os.environ['SSL_CERT_DIR'] = '/etc/ssl/certs'`...