hello i was trying to install https://github.com/Fanghua-Yu/SUPIR
i get this error after "pip install -r requirements.txt"
ERROR: Ignored the following versions that require a different python version: 0.0.19 Requires-Python >=3.9; 0.0.20 Requires-Python >=3.9; 1.11.0 Requires-Python <3.13,>=3.9; 1.11.0rc1 Requires-Python <3.13,>=3.9; 1.11.0rc2 Requires-Python <3.13,>=3.9; 1.11.1 Requires-Python <3.13,>=3.9; 1.11.2 Requires-Python <3.13,>=3.9; 1.11.3 Requires-Python <3.13,>=3.9; 1.11.4 Requires-Python >=3.9; 1.12.0 Requires-Python >=3.9; 1.12.0rc1 Requires-Python >=3.9; 1.12.0rc2 Requires-Python >=3.9; 1.13.0 Requires-Python >=3.9; 1.13.0rc1 Requires-Python >=3.9; 1.13.1 Requires-Python >=3.9; 1.14.0
it seems to tell me that i need the python 3.9 version so i downloaded both 3.9 and 3.12 (latest) but i still get the same error. it seems like it doesn't detect it. btw i was in a conda environment when installing.
SUPIR aims at developing Practical Algorithms for Photo-Realistic Image Restoration In the Wild. Our new online demo is also released at suppixel.ai. - Fanghua-Yu/SUPIR