Diogo Ferreira

Results 2 comments of Diogo Ferreira

I had the same error and, as @al00014 suggested, adding the following should work: from cassandra.cqltypes import BytesType from diskcache import FanoutCache, Disk,core from diskcache.core import io from io import...

@fmarti04 you also have to delete/comment the following lines: from diskcache import FanoutCache, Disk from diskcache.core import BytesType, MODE_BINARY, BytesIO Does it work?