-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
ImportError: cannot import name 'imread' #115
Comments
Hello, [From the conclusion] [Solution] And add the following code to preprocessor.py. So, please delete the problem code. Second, I think this will solve this problem. |
You can change the scipy version to 1.2.1, and I solved it this way. |
This Dockerfile works for me, replace it with the current one:
|
感谢,你的回复很重要,解决了问题 |
I am running this example on a Ubuntu18 on AWS. I am able to build it without errors, but when I run the dockerfile it exits.
I check out the log file and find the following ImportError:
How do I go about correctly running the Dockerfile?
I haven't changed anything so I don't know why I would have an ImportError. I googled it and it looks like the issue is with including Pillow, but when I check the Dockerfile I think it is being included.
The text was updated successfully, but these errors were encountered: