Dear Author,
It seems that there are some issues with the requirements.txt file you provided:
The versions you specified for "mc==0" and "skimage==0" do not exist.
There is a conflict between the TensorFlow version, basicsr and the Python version you provided.
such as:
ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10
ERROR: Could not find a version that satisfies the requirement tb-nightly (from basicsr) (from versions: none)
ERROR: No matching distribution found for tb-nightly
It appears that the requirements.txt file cannot set up the environment required to run your code.
Thank you!