#๐ OSERROR unfixable
18 messages ยท Page 1 of 1 (latest)
@hasty nimbus
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
have you ever touched the environment variables REQUESTS_CA_BUNDLE or CURL_CA_BUNDLE? and can you show the result of the command pip debug? pip is supposed to work out of the box because it vendors its own certificate bundle...
REQUESTS_CA_BUNDLE: None
CURL_CA_BUNDLE: "C:\Users\User\Desktop\randomfolderthatdoesntexist\cacert-2024-03-11.pem"
I am not that familiar with python
can you delete that environment variable, restart your terminal, and re-run pip debug to make sure its unassigned?
i deleted it
once pip debug returns CURL_CA_BUNDLE: None, you can try installing your packages again
(it's easy to forget a step while editing environment variables in windows, so making sure pip says it's removed is important)
CURL_CA_BUNDLE still shows the same path
assuming you're editing your environment variables graphically, did you make sure to press OK after you deleted the entry for CURL_CA_BUNDLE?
๐
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.
๐ OSERROR unfixable