-
Notifications
You must be signed in to change notification settings - Fork 2.1k
p2ch10_explore_data.ipynp import errors for the util.disk #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
A name error results when BytesType is called in the GzipDisk class in disk.py due to the BytesType removal
Changing the line |
BytesIO() is also removed from the 'diskcache.core'. In disk.py, import io, and replace str_io = BytesIO() with str_io = io.BytesIO() |
My suggestions of importing |
Uh oh!
There was an error while loading. Please reload this page.
It seems that BytesType and BytesIO are no longer included in the diskcashe 5.0.3 module
The text was updated successfully, but these errors were encountered: