Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip problem #244

Open
didi226 opened this issue Oct 12, 2023 · 1 comment
Open

pip problem #244

didi226 opened this issue Oct 12, 2023 · 1 comment

Comments

@didi226
Copy link

didi226 commented Oct 12, 2023

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的版本存在这个问题。

@DylanCZW
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants