Error with connecting to https huggingface.co running ingest.py #470
HabMichVerlaufen
started this conversation in
General
Replies: 2 comments 1 reply
-
|
I have this issue as well. However it's Python 3.10 for me. This is on a Corp computer. And the Cert is self signed by my company. I believe that's the issue. I installed the huggingface.co cert in the root store. But I get an issue with the cdn still. requests.exceptions.SSLError: (MaxRetryError("HTTPSConnectionPool(host='cdn-lfs.huggingface.co', port=443) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
set TRANSFORMERS_OFFLINE=1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, running the ingest.py gives me an Error for the huggingface.co connection.
Does someone know where this might come from or how I can solve this?
requests.exceptions.SSLError: HTTPSConnectionPool(host='huggingface.co', port=443): Max retries exceeded with url: /api/models/sentence-transformers/all-MiniLM-L6-v2 (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1002)')))I tried with this, but no success:
Python 3.11.3
Requests 2.31
Beta Was this translation helpful? Give feedback.
All reactions