본문 바로가기
에러모음집

scipy imrotate error

by 미라미라킴227 2021. 9. 11.

https://stackoverflow.com/questions/15345790/scipy-misc-module-has-no-attribute-imread

 

scipy.misc module has no attribute imread?

I am trying to read an image with scipy. However it does not accept the scipy.misc.imread part. What could be the cause of this? >>> import scipy >>> scipy.misc <module 'scipy...<="" p="">

stackoverflow.com

pip install scipy==1.1.0

--> downgrade the version!