Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在这里为我的 python 安装 cassandra 驱动程序
这是我在 python 中的代码
但是我仍然收到一条错误消息,提示找不到模块名称'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.