On a Mac with an M3 chip, astra db cqlsh failed to start. Via docker it printed "No appropriate python interpreter found." Via homebrew it crashed with ModuleNotFoundError: No module named 'six.moves' from the downloaded cqlsh's dsecqlsh.py. The CLI downloads the cqlsh bundle into the home directory and runs it with the machine's python, but the bundled cqlsh is not compatible with Python 3.12, which is the default on M3 Macs.