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.56k stars 755 forks source link

conflicting dependencies #234

Open casparjaeqx opened 1 year ago

casparjaeqx commented 1 year ago

trying to install using pip install ISR and getting errors about confilicting dependencies image

muahkim commented 1 year ago

I have the same problem. All versions of TensorFlow listed above are not available anymore.

darwinharianto commented 1 year ago

installing from github files with 'h5py>=2.10.0 fix it for me

umaimat commented 1 year ago

installing from github files with 'h5py>=2.10.0 fix it for me

This is not working for me.

Getting same issue with pip install ISR too as https://github.com/idealo/image-super-resolution/issues/234#issue-1376043435

Please suggest exact steps to resolve

LilianBour commented 1 year ago

Switching from python 3.9 to python 3.7.9 fixed it for me

lgxqf commented 1 year ago

When will this issue be fixed on python 3.9?