I am trying to install cassandra driver for my python here
And this is my code in the python
However i still get an error saying no module name found 'cassandra'
I am trying to install cassandra driver for my python here
And this is my code in the python
However i still get an error saying no module name found 'cassandra'
Do you use anaconda? If yes, before the "pip install cassandra-driver" command line. Do "activate base", if you are using the base environment.