-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
uv pip install error: No such host is known. (os error 11001) #2043
Comments
Do you know some details about your proxy setup? |
Hardly.. we're a big organisation. I know that we're using certificates to bypass a proxy, but not much more. |
What's you pip.conf file like? Do you configure a custom CA certificate like |
@konstin we can probably add support to allow users to specify their own CA bundles for Maybe Also worth considering supporting pip.conf eventually. |
You can use There's a |
I had a look at my pip.ini (which is, I believe, the Windows alternative of pip.conf). It actually doesn't have any configuration for certs, just URLs to our Artifactory server that I think hosts a copy of pypi. We use our own copy for security reasons. So I believe I would need a way to point uv to our local artifactory server rather than looking up pypi.
|
You can set the |
Gonna tentatively close this out, since the thread suggests this is solved by the env vars. |
I am trying to use uv in a corporate environment and unfortunately packages fail to install. I get the following error:
uv pip sync requirements.txt
), ideally including the--verbose
flag.uv pip install networkx
Windows 11
uv --version
).uv 0.1.11 (32e5cac 2024-02-26)
The text was updated successfully, but these errors were encountered: