Open Sube-py opened 2 days ago
Sorry, are you trying to install utensils from https://user:password@100.64.0.1:8000/simple
or from https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
?
Sorry, are you trying to install utensils from
https://user:password@100.64.0.1:8000/simple
or fromhttps://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple
?
from my private repo(https://user:password@100.64.0.1:8000/simple), I tried three strategies(first match, unsafe...), but not working, it still install it from index-url(https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple).
Can you include the full logs with --verbose
? I'm not sure how to help, by default uv will always choose the version in your private repo if it exists. It must be failing to use your registry due to some misconfiguration.
The package name in the private repository is the same as in the official source, which makes it impossible for me to specify the package to install in the private repository.