parshin76
Results
1
comments of
parshin76
Seems like this issue is coming because of the Python 2/3 compatibility. I was facing the same error and I could solve this issue by replacing `return _pickle.loads(f.read())` with `return...