I am running a jupyter notebook for the cassandra - course that I am going through on my own. I am trying to import the cluster as
from cassandra.cluster import Cluster
and I get this error
The C extension needed to use libev was not found. This probably means that you didn't have the required build dependencies when installing the driver. See...
I am running in a VSCode - virtual env - where I am installing the following packages
cassandra-driver
lz4
scales
Any help is greatly appreciated.