Replies: 2 comments
-
|
A few alternatives to the python.org installer are:
Option 2 is my tool of choice when it comes to installing and managing my Python projects (and, to date, I've yet to see the SSL cert error when using uv). Regrettably, uv became most Python programmer's tool of choice about a year after the 3rd Edition of Head First Python hit bookshelves... sigh. ;-) |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the alternatives and the links, that’s really helpful context. I’ve been using the python.org installer so far, but I’ll give uv a try; avoiding the SSL cert hiccup alone makes it worth it. 😎 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi macOS users,
If you hit
when running the gazpacho.get(URL) cell on macOS, it usually means your Python build can’t find the system CA bundle. This is common with the python.org installer.
Quick fix in the notebook:
Then rerun the gazpacho.get(URL) cell.
Alternate system fix:
Hope this saves someone time!
Beta Was this translation helpful? Give feedback.
All reactions