You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting below error when tried to install a package:
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: {some_url}(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1133)')))
Steps To Reproduce
No response
Compose Version
Docker Environment
Anything else?
Pip install works in wsl outside docker context, fails in docker context.
The text was updated successfully, but these errors were encountered:
Hey @mdv27
Can you please give more details, what are you trying to do? Can you share a simple repro case?
Can you also please feel the Compose version you're using
Honestly we can't do anything to help you with so few informations
@mdv27 ok but does it fail when building a service (docker compose build)? When doing a Compose up command? What your Compose and Docker files look like?
Description
Getting below error when tried to install a package:
ERROR: Could not install packages due to an OSError: HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: {some_url}(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1133)')))
Steps To Reproduce
No response
Compose Version
Docker Environment
Anything else?
Pip install works in wsl outside docker context, fails in docker context.
The text was updated successfully, but these errors were encountered: