Transfer-Learning-Library icon indicating copy to clipboard operation
Transfer-Learning-Library copied to clipboard

pip problem

Open didi226 opened this issue 1 year ago • 1 comments

When I use "pip install -i https://test.pypi.org/simple/ tllib==0.4" 出现问题ERROR: Could not find a version that satisfies the requirement webcolors (from tllib) (from versions: none) ERROR: No matching distribution found for webcolors python==3.9的版本可以正常的安装 python==3.10的版本存在这个问题。

didi226 avatar Oct 12 '23 03:10 didi226

It's seems like the pip cannot get package from https://test.pypi.org/simple/. I use pip install -i https://test.pypi.org/simple/ tllib==0.4 --extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple and it works.

DylanCZW avatar Oct 12 '23 15:10 DylanCZW

It's seems like the pip cannot get package from https://test.pypi.org/simple/. I use pip install -i https://test.pypi.org/simple/ tllib==0.4 --extra-index-url https://pypi.tuna.tsinghua.edu.cn/simple and it works.

Thanks for your advice!

thucbx99 avatar May 27 '24 05:05 thucbx99