run-llama / rags

Build ChatGPT over your data, all with natural language
MIT License
6.17k stars 629 forks source link

Installation error using poetry #69

Open brash6 opened 3 months ago

brash6 commented 3 months ago

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 ?