adaptive-style-transfer icon indicating copy to clipboard operation
adaptive-style-transfer copied to clipboard

ImportError: cannot import name 'imread'

Open stupidlazybum opened this issue 5 years ago • 1 comments

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.

stupidlazybum avatar Mar 21 '20 04:03 stupidlazybum

pip install scikit-image, scipy ?

zsdonghao avatar Mar 23 '20 15:03 zsdonghao