Replies: 3 comments 20 replies
-
No workaround, but your config is likely way more complex than necessary. Please show it and explain what you're try to do. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
11 replies
-
Well, I could for testing purposes, but I would rather having them in a separate folder. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am moving the first steps in building & publishing packages, and I decided to go for
hatch
, which seems lean and easy - which is the way I like! :)However, I am hitting into an apparently known problem - and I don't know if it is solved yet.
By running
pip install -e .
I got the following errorValueError: Dev mode installations are unsupported when any path rewrite in the
sourcesoption changes a prefix rather than removes it, see: https://github.com/pfmoore/editables/issues/20
The issue from the error message seems to still be open, is it correct? Is there any workaround for it?
EDIT: I am running
Hatch, version 1.5.0
.Beta Was this translation helpful? Give feedback.
All reactions