> 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 project
Caused 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