将下述代码加入到util/disk.py文件中
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的报错,直接运行pip install cassandra不行,需要执行下述代码。
pip install cassandra-driver