Skip to content
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

ModuleNotFoundError: No module named cStringIO #18

Open
mha90 opened this issue Nov 22, 2017 · 1 comment
Open

ModuleNotFoundError: No module named cStringIO #18

mha90 opened this issue Nov 22, 2017 · 1 comment

Comments

@mha90
Copy link

mha90 commented Nov 22, 2017

I installed haul using pip:
pip install haul

I was using the first find_images example and got the following error
File "~\Python36-32\lib\site-packages\haul\utils.py", line 3, in import cStringIO
ModuleNotFoundError: No module named 'cStringIO'

@m-spangenberg
Copy link

I just stumbled across the same issue - it seems to be changes since in Python 3 removing StringIO and cStringIO modules and replacing them with io.StringIO and io.BytesIO. @vinta - haul/utils.py needs some small changes to reflect the removal of cStringIO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants