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
Similar to #6834 I am trying to use uv in CI to sync my lockfile with the system python.
I have a command like so /bin/sh -c "UV_PROJECT_ENVIRONMENT=$(python -c \"import sysconfig; print(sysconfig.get_config_var('prefix'))\") uv sync" where the python command evaluates to
Using CPython 3.11.9
error: Project virtual environment directory `/usr/local` cannot be used because it is not a compatible environment but cannot be recreated because it is not a virtual environment
Is there any more detail as to what this means or how to debug it?
Thanks!
Platform
Ubuntu 22.04
Version
0.5.6
The text was updated successfully, but these errors were encountered:
Question
Similar to #6834 I am trying to use uv in CI to sync my lockfile with the system python.
I have a command like so
/bin/sh -c "UV_PROJECT_ENVIRONMENT=$(python -c \"import sysconfig; print(sysconfig.get_config_var('prefix'))\") uv sync"
where the python command evaluates toIs there any more detail as to what this means or how to debug it?
Thanks!
Platform
Ubuntu 22.04
Version
0.5.6
The text was updated successfully, but these errors were encountered: