mirror of
https://github.com/run-llama/rags.git
synced 2026-06-30 20:57:57 -04:00
Installation error using poetry #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @brash6 on GitHub (Apr 30, 2024).
Hello,
I get this error when I run
poetry install --with dev:HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /openai/CLIP.git/info/refs?service=git-upload-pack (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)')))Can't find any working solution on the internet, do you have any idea what causes this ?