-
Notifications
You must be signed in to change notification settings - Fork 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
FreeBSD iocage uv pip install
in uv venv
results in "invalid peer certificate"
#3369
Comments
uv pip install
results in "invalid peer certificate"uv pip install
in uv venv
results in "invalid peer certificate"
Hi! It looks like you're on an older version of uv which uses system certificates by default. If you upgrade, we switched to using bundled certificates (like pip) by default in 0.1.18 (#2362). |
Hi @zanieb, thanks for such a quick response! I'll need to tinker a bit to see how FreeBSD packages their binaries, as I'm unable to install it via the curl script, or via pip. Will update here once I get the latest version running.
|
Hm sorry we don't have a pre-built version of uv for FreeBSD, I'm not sure how hard that would be for us to add. We can track that in #3370. You'll need our development prerequisites to build from source. There are some more details on that in our contributing guide. |
The FreeBSD maintainer @yurivict has updated their port to be v0.1.39, and it looks like we're back in business. Thank you both for the assistance! |
Right on, thanks for following up! |
@zanieb @konstin Just to share the experience: at Rustup we use Also, facing this very issue, |
You rock thanks for sharing @rami3l. |
Preface / Versions
uv
was installed withpkg install uv
uv venv --python 3.11
Description
When running
uv pip install
in auv venv
from a FreeBSD iocage the following error is thrown; this does not occur when usingpip
in the same virtual environment:Here is the same installation in the same virtual environment working with
pip
:The text was updated successfully, but these errors were encountered: