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

import error #12

Open
CagesThrottleUs opened this issue Jul 11, 2020 · 1 comment
Open

import error #12

CagesThrottleUs opened this issue Jul 11, 2020 · 1 comment

Comments

@CagesThrottleUs
Copy link

I am using google colab and while running the createLabels.py I am getting an ImportError message as:

Traceback (most recent call last):
File "preperation/createLabels.py", line 9, in
from scipy.misc import imread, imsave
ImportError: cannot import name 'imread'

I tried looking into the scipy docs for version '1.4.1' and I am not able to find any imread or imsave.

@shivam1423
Copy link

pip install scipy==1.1.0
use 1.1.0 version

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