rayabhisek123 / CFAT

[CVPR 2024] CFAT: Unleashing Triangular Windows for Image Super-resolution
https://arxiv.org/abs/2403.16143
75 stars 4 forks source link

Issue about python setup.py develop #5

Closed jianghongcheng closed 6 months ago

jianghongcheng commented 6 months ago

Traceback (most recent call last): File "setup.py", line 81, in write_version_py() File "setup.py", line 58, in write_version_py with open('VERSION', 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'VERSION'

rayabhisek123 commented 6 months ago

Due to the version difference, this issue arises. After creating your environment, you can install all the packages manually, as mentioned in requirement.txt. You are probably the third one to raise this issue. Thanks.

Qqsoe commented 6 months ago

I also encountered the same problem. Have you solved it?

rayabhisek123 commented 6 months ago

yes, the problem arises due to version differences. Set your Python environment and manually install all the packages in requirement.txt