Build isolation
#2281
Replies: 1 comment 4 replies
-
That's the case |
Beta Was this translation helpful? Give feedback.
4 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone please explain the exact difference in behaviour of
pdm build
between using the--no-isolation option
, and leaving it out? I've tried to build wheels in my project (using PDM 2.9.2) in a pre-existing Python 3.9.6 virtual env. (created usingvirtualenv
) using both options and the behaviour seems to be the same. Confusingly, the CLI output seems to indicate it is trying to create an isolated build env. in both cases:and
Is this simply a CLI output inconsistency, or is something else going on behind the scenes?
Beta Was this translation helpful? Give feedback.
All reactions