Hi, first time using gitpod today, tried to run week3 python exercises. got the following error.
do I need to install anything? thanks.
week3-AppDev-crud/crud-python/db_connection.py Traceback (most recent call last): File "/workspace/cassandra-workshop-series/week3-AppDev-crud/crud-python/db_connection.py", line 2, in <module> from cassandra.cluster import Cluster ModuleNotFoundError: No module named 'cassandra'