Zanie Blue
Zanie Blue
I think a reasonable debugging step would be to disable Avast and Windows Defender temporarily and see if you can reproduce? It's possible they're scanning these files preventing us from...
Same as https://github.com/astral-sh/uv/pull/14202#issuecomment-3127070986
Ah the breaking change is a little unfortunate, I guess we can wait
(See #9452 for general guidelines on how to report issues)
Have you configured a build system? https://docs.astral.sh/uv/concepts/projects/config/#build-systems
Please take more time with your responses, you need to explain _way_ more or we cannot help you.
It looks like you're in a workspace member and we're syncing the root? ``` DEBUG Found project root: `/data0/langflow/src/backend/base` DEBUG Found workspace root: `/data0/langflow` ``` Are the packages in `/data0/langflow/.venv`?
What's the `pyproject.toml` content at `/data0/langflow`?
This is working as intended. The project is configured as a workspace member https://github.com/langflow-ai/langflow/blob/5a8d73c5b29d8f496bc02d8ef2d3a6dfe3c2e0c0/pyproject.toml#L5-L6 — it's intentional that the workspace root us used.
See also https://docs.astral.sh/uv/concepts/projects/workspaces/