ZhexinLiang / CLIP-LIT

[ICCV 2023, Oral] Iterative Prompt Learning for Unsupervised Backlit Image Enhancement
https://zhexinliang.github.io/CLIP_LIT_page/
269 stars 23 forks source link

how to pip env? #6

Open ganpaper opened 1 year ago

ganpaper commented 1 year ago

(CLIP_LIT37) chenz@chenz-System-Product-Name:~/CLIP-LIT$ pip install -r requirements.txt Collecting ftfy==6.1.1 Using cached ftfy-6.1.1-py3-none-any.whl (53 kB) Collecting numpy==1.21.5 Using cached numpy-1.21.5-cp37-cp37m-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (15.7 MB) Collecting opencv_python==4.6.0.66 Using cached opencv_python-4.6.0.66-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (60.9 MB) Collecting Pillow==9.2.0 Using cached Pillow-9.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.1 MB) Collecting regex==2022.8.17 Downloading regex-2022.8.17-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (752 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 752.6/752.6 kB 1.3 MB/s eta 0:00:00 Collecting setuptools==63.4.1 Using cached setuptools-63.4.1-py3-none-any.whl (1.2 MB) Collecting torch==1.13.1 Using cached torch-1.13.1-cp37-cp37m-manylinux1_x86_64.whl (887.5 MB) Collecting torchvision==0.14.1 Using cached torchvision-0.14.1-cp37-cp37m-manylinux1_x86_64.whl (24.2 MB) Collecting tqdm==4.64.0 Using cached tqdm-4.64.0-py2.py3-none-any.whl (78 kB) Collecting pyiqa==0.1.4 Using cached pyiqa-0.1.4-py3-none-any.whl (179 kB) ERROR: Ignored the following versions that require a different python version: 1.22.0 Requires-Python >=3.8; 1.22.1 Requires-Python >=3.8; 1.22.2 Requires-Python >=3.8; 1.22.3 Requires-Python >=3.8; 1.22.4 Requires-Python >=3.8; 1.23.0 Requires-Python >=3.8; 1.23.0rc1 Requires-Python >=3.8; 1.23.0rc2 Requires-Python >=3.8; 1.23.0rc3 Requires-Python >=3.8; 1.23.1 Requires-Python >=3.8; 1.23.2 Requires-Python >=3.8; 1.23.3 Requires-Python >=3.8; 1.23.4 Requires-Python >=3.8; 1.23.5 Requires-Python >=3.8; 1.24.0 Requires-Python >=3.8; 1.24.0rc1 Requires-Python >=3.8; 1.24.0rc2 Requires-Python >=3.8; 1.24.1 Requires-Python >=3.8; 1.24.2 Requires-Python >=3.8; 1.24.3 Requires-Python >=3.8; 1.24.4 Requires-Python >=3.8; 1.25.0 Requires-Python >=3.9; 1.25.0rc1 Requires-Python >=3.9; 1.25.1 Requires-Python >=3.9; 1.25.2 Requires-Python >=3.9; 1.26.0b1 Requires-Python <3.13,>=3.9; 10.0.0 Requires-Python >=3.8; 2023.3.22 Requires-Python >=3.8; 2023.3.23 Requires-Python >=3.8; 2023.5.2 Requires-Python >=3.8; 68.1.0 Requires-Python >=3.8; 68.1.2 Requires-Python >=3.8 ERROR: Could not find a version that satisfies the requirement pyiqa.egg==info (from versions: none) ERROR: No matching distribution found for pyiqa.egg==info

ZhexinLiang commented 10 months ago

Sorry for the inconvenience caused. Just delete the line pyiqa.egg==info and retry.

If errors still occur, feel free to tell me in this issue.