tvaranka

Results 3 comments of tvaranka

Took a quick look at this and came up with the following results. Forgive my ignorance if something is wrong as I am just starting with the library. Hopefully it...

Downgrading requests to 2.27.1 and using the import os code mentioned above worked for me. **But** only for python 3.9 and higher. It didn't work for 3.8

> Could you try with 3.9? And just to confirm you pasted the below code on top of your main file? Single quotes, not double. ```python3 import os os.environ['CURL_CA_BUNDLE'] =...