This repository has been archived by the owner on Oct 18, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1k
The python script does not run on Python 3 - Probably an issue related to StringIO and PIL #36
Comments
I was able to circumvent the issue by using
instead of
however it is still broken, but it looks related to PIL
|
fabianfrz
changed the title
The python script does not run on Python 3
The python script does not run on Python 3 - Probably an issue related to StringIO and PIL
Jan 10, 2017
I made it finally working by replacing StringIO by BytesIO |
@fabianfrz I have the same problem as you. Could you paste the final classify_nsfw.py? Thank you ! |
run on Python3
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After changing some lines, it is still not working (however the includes and the syntax seem to be ok):
Changed
to
and
to
The text was updated successfully, but these errors were encountered: