We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
After installation, I ran test.py and got ImportError: cannot import name 'imread'
After googling, it seems that 'imread' has been deprecated from scipy. I currently have have 1.4.1 installed.
I tried installing an older version of scipy that supported 'imread' but then I got an error from tensorlayer saying that it required scipy>=1.2.1.
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered:
pip install scikit-image, scipy ?
Sorry, something went wrong.
No branches or pull requests
Hello,
After installation, I ran test.py and got
ImportError: cannot import name 'imread'
After googling, it seems that 'imread' has been deprecated from scipy. I currently have have 1.4.1 installed.
I tried installing an older version of scipy that supported 'imread' but then I got an error from tensorlayer saying that it required scipy>=1.2.1.
Any help would be appreciated, thanks.
The text was updated successfully, but these errors were encountered: