UV: pythonpath for bases and components not set by default #402
yann-combarnous
started this conversation in
General
Replies: 1 comment 9 replies
-
|
Hi @yann-combarnous, do you use the hatch build backend or the uv build backend? |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @DavidVujic ,
We migrated our polylith monorepo a couple of months ago from Poetry to uv, and had this issue with a new joiner setting up our repo that python would not find the modules in
basesandcomponentsfolder.I suspect Poetry polylith plugins had created the required pythonpath additions for python to find these modules, but as UV only uses the client, these did not get created.
I went through documentation and did not find any step for UV, would you be able to clarify if this is missing from documentation or we missed a specific section in it?
Thx in advance
Beta Was this translation helpful? Give feedback.
All reactions