I have tried to load up my first data to Influx 2.0 Cloud from Python. are using an example I found in this WEB page https://docs.influxdata.com/influxdb/cloud/api-guide/client-libraries/python/. I have as well tried to follow to step by step Python exanle within teh Cloud InfluxDB.
I am using Jupyter with Python 3.7 installed, running on a MACBOOK.
I have tried several scenarios in addition to thw two mentioned above but I get the following code after this statement :
write_api.write(bucket=bucket, org=org, record=point)
…
ApiException: (0)
Reason: SSLError
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)