For anyone that comes across this issue later on, I finally resolved this. Under the hood this was an SSL error.
Make sure you have a root certificate installed. In my case, I installed my python version using the Mac package installer from python.or...
Interestingly, trying this on Google Colab with the exact same python versions worked. Seems like this issue may be limited to python locally running on my machine (Mac OS 10.15). Any ideas?
Hello, I am currently dealing with this exact same problem, however changing the python version did not work for me.
I am attempting to connect to aura using the latest driver version, using the same 'connect' example code. I have tried various combi...