YBYBZhang/ControlVideo

ERROR: Could not find a version that satisfies the requirement clip==1.0 (from versions: none) ERROR: No matching distribution found for clip==1.0

KaiJia2017 opened this issue · 3 comments

ERROR: Could not find a version that satisfies the requirement clip==1.0 (from versions: none)
ERROR: No matching distribution found for clip==1.0

(controlvideo) G:\GitFork\ControlVideo>pip install -r requirements.txt
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Collecting accelerate==0.17.1 (from -r requirements.txt (line 1))
Using cached https://mirrors.aliyun.com/pypi/packages/0a/ca/96a50d122bd07d06c66e20e6bd275b5c8829602398f4e141f8755a25e31e/accelerate-0.17.1-py3-none-any.whl (212 kB)
Collecting addict==2.4.0 (from -r requirements.txt (line 2))
Using cached https://mirrors.aliyun.com/pypi/packages/6a/00/b08f23b7d7e1e14ce01419a467b583edbb93c6cdb8654e54a9cc579cd61f/addict-2.4.0-py3-none-any.whl (3.8 kB)
Collecting basicsr==1.4.2 (from -r requirements.txt (line 3))
Using cached https://mirrors.aliyun.com/pypi/packages/86/41/00a6b000f222f0fa4c6d9e1d6dcc9811a374cabb8abb9d408b77de39648c/basicsr-1.4.2.tar.gz (172 kB)
Preparing metadata (setup.py) ... done
Collecting bitsandbytes==0.35.4 (from -r requirements.txt (line 4))
Using cached https://mirrors.aliyun.com/pypi/packages/d4/82/5067d044f7c1c7ddd4f285bfeb062ce3a60f7e39e2a2968df5a06a237b24/bitsandbytes-0.35.4-py3-none-any.whl (62.5 MB)
ERROR: Could not find a version that satisfies the requirement clip==1.0 (from versions: 0.0.1, 0.1.0, 0.2.0)
ERROR: No matching distribution found for clip==1.0

pip install ftfy regex tqdm
pip install git+https://github.com/openai/CLIP.git
it work!

@KaiJia2017 Thanks for pointing it! Fixed it!