idealo / image-super-resolution

🔎 Super-scale your images and run experiments with Residual Dense and Adversarial Networks.
https://idealo.github.io/image-super-resolution/
Apache License 2.0
4.62k stars 762 forks source link

ModuleNotFoundError: No module named 'wrapt' #219

Open dongyun-kim-arch opened 2 years ago

dongyun-kim-arch commented 2 years ago

I installed the library, ISR.

When I run the code, from ISR.models import RDN, RRDN

the error, ModuleNotFoundError: No module named 'wrapt', popped up.

it seems there are some version dependency issue...

IdeaKing commented 2 years ago

@dongyunkim-arch I had same problem when installing from source. I was too lazy to go over dependency list, so I just used: pip install ISR