cceyda commented on issue #40754:
URL: https://github.com/apache/arrow/issues/40754#issuecomment-2670583950
If using jupyter notebook you gotta add `SSL_CERT_FILE` env variable in your
`kernelspec.json` (found by `jupyter kernelspec list`) formatted like
```
"env": {
"SSL_CERT_FILE":"/myenv_location/lib/python3.11/site-packages/certifi/cacert.pem"
}
```
find the CERT_FILE by doing `python -m certifi`.
If you don't have it installed do`pip install certifi` first
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]