0

I am trying to install cassandra driver for my python here

Install Driver

And this is my code in the python

enter image description here enter image description here

However i still get an error saying no module name found 'cassandra'

1 Answers1

0

Do you use anaconda? If yes, before the "pip install cassandra-driver" command line. Do "activate base", if you are using the base environment.

ce.teuf
  • 746
  • 6
  • 13