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

Scipy no longer supports imread/imwrite, need to use imageio #42

Closed
vade opened this issue Jan 28, 2020 · 5 comments
Closed

Scipy no longer supports imread/imwrite, need to use imageio #42

vade opened this issue Jan 28, 2020 · 5 comments

Comments

@vade
Copy link

vade commented Jan 28, 2020

Using newer SciPy (which is an unlisted requirement btw), needs changes to some code to not use scipy.misc.imread etc, and rather use http://imageio.github.io

@NexonSU
Copy link

NexonSU commented Jan 29, 2020

Workaround:
pip install scipy==1.1.0

@baowenbo
Copy link
Owner

Workaround:
pip install scipy==1.1.0

Thanks bro.

@rgries
Copy link

rgries commented Feb 15, 2020

Workaround:
pip install scipy==1.1.0

Note:
This may require to install a Fortran compiler if you don't have one.

@shaibagon
Copy link

If you use conda, then

conda install scipy=1.1.0

also works.

@buildist
Copy link

Alternatively, I just replaced scipy with imageio in line 13 of demo_MiddleBury.py and everything worked without having to install any old packages.

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

6 participants