Hello, I followed all the directions from here https://docs.datastax.com/en/astra/docs/connect/drivers/connect-python.html
When I run connect_database.py on Intel Mac (I have not verified on windows machines as I do not have one). I get the following error:
Traceback (most recent call last): File "connect_database.py", line 8, in <module> cluster = Cluster(cloud=cloud_config, auth_provider=auth_provider) File "cassandra/cluster.py", line 1125, in cassandra.cluster.Cluster.__init__ File "/Users/sdravida/anaconda3/lib/python3.6/site-packages/cassandra/datastax/cloud/__init__.py", line 88, in get_cloud_config config = read_cloud_config_from_zip(cloud_config, create_pyopenssl_context) File "/Users/sdravida/anaconda3/lib/python3.6/site-packages/cassandra/datastax/cloud/__init__.py", line 106, in read_cloud_config_from_zip return parse_cloud_config(os.path.join(tmp_dir, 'config.json'), cloud_config, create_pyopenssl_context) File "/Users/sdravida/anaconda3/lib/python3.6/site-packages/cassandra/datastax/cloud/__init__.py", line 112, in parse_cloud_config with open(path, 'r') as stream: FileNotFoundError: [Errno 2] No such file or directory: '../secrets/tmpwkp25acm/config.json'