You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> rye sync
Reusing already existing virtualenv
Generating production lockfile: /workspaces/<my-project>/requirements.lock
error: pip-compile's `--trusted-host` is unsupported (uv always requires HTTPS)error: could not write production lockfile for projectCaused by: Failed to run uv compile /tmp/.tmp1vvaVC/requirements.txt. uv exited with status: exit status: 2
> rye sync --no-lock
Reusing already existing virtualenv
Installing dependencies
error: pip-sync's `--trusted-host` is unsupported (uv always requires HTTPS)error: Installation of dependencies failed in venv at /workspaces/<my-project>/.venv. uv exited with status: exit status: 2
Steps to Reproduce
[[tool.rye.sources]]
field inpyproject.toml
, and setverify-ssl
to false (https://rye.astral.sh/guide/sources/#ssltls-verification)rye sync
or force syncExpected Result
just a normal sync
Actual Result
Version Info
Stacktrace
No response
The text was updated successfully, but these errors were encountered: