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

pip >= 23.3 adds local paths in generated txt files when running the update_dependencies.sh script in editable mode #5846

Open
fmhoeger opened this issue Nov 22, 2023 · 0 comments
Labels

Comments

@fmhoeger
Copy link
Collaborator

Starting with version 23.3 pip adds local paths in the generated txt files when running the update_dependencies.sh script in editable mode, e.g.

 apscheduler==3.10.4
-    # via dallinger
+    # via
+    #   dallinger
+    #   file:///home/username/projects/dallinger

This probably also affects the update_experiments_constraints.sh script.
See pip's Changelog at https://pip.pypa.io/en/stable/news/ for further investigation.

@fmhoeger fmhoeger added the bug label Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant