安装cassandra.cqltypes包
查看这个issue。
https://github.com/deep-learning-with-pytorch/dlwpt-code/issues/27
解决方案:
导入一下包
from cassandra.cqltypes import BytesType
from diskcache import FanoutCache, Disk,core
from diskcache.core import io
from io import BytesIO
from diskcache.core import MODE_BINARY
博客主要围绕cassandra.cqltypes包展开,提及安装该包时可查看特定issue获取帮助,给出了具体的issue链接。同时提供了解决方案,即导入相关包,如from cassandra.cqltypes import BytesType等。

被折叠的 条评论
为什么被折叠?



