datastaxdevs / workshop-swinburne

Repository for Swinburne University Hanoi workshop
3 stars 3 forks source link

Lab2 - GitPod - CQLSH execution error #1

Open ducmle opened 10 months ago

ducmle commented 10 months ago

@clun

In Lab2, the command to execute the cqlsh throws an error about the Python module six.moves being not found.

The error occurs on GitPod. However, running the same command on a local installation of astra-cli works ok.

Do you know what's wrong?

clun commented 9 months ago

Seeing the issue only now. It is related to the version of python in use. I guess the Gitpod is using something too new for cqlsh like python 3.12. A solution would be to reinstall previous version of python