Skip to content
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

--link-mode=symlink and --no-cache are incompatible #5360

Closed
charliermarsh opened this issue Jul 23, 2024 · 1 comment · Fixed by #5519
Closed

--link-mode=symlink and --no-cache are incompatible #5360

charliermarsh opened this issue Jul 23, 2024 · 1 comment · Fixed by #5519
Assignees
Labels
bug Something isn't working cli Related to the command line interface

Comments

@charliermarsh
Copy link
Member

charliermarsh commented Jul 23, 2024

We end up persisting to a directory that we then remove. You end up with errors like:

error: Failed to read metadata for: uv==0.2.27
  Caused by: failed to open file `/Users/crmarsh/Library/Application Support/uv/tools/hatch/lib/python3.12/site-packages/uv-0.2.27.dist-info/METADATA`
  Caused by: No such file or directory (os error 2)
@charliermarsh charliermarsh added bug Something isn't working cli Related to the command line interface labels Jul 23, 2024
@charliermarsh
Copy link
Member Author

We should actually just reject this combination, there's no way to make it work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Related to the command line interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@charliermarsh and others