ced with many projects using CI. This allows proj= ects to better focus on more relevant tasks and bugs and such rather than provid= ing too much tech support for what could very well be pilot error. For Python packages specifically, isolated environments are expected and practically required. There is widespread dependency version bounding and pinning and excepting for various different reasons. In a pure Python environment, both pip [0] and build [1] build binary wheels in an isolated virtual environment by default. There was a proposed standard [2] to make virtual environments mandatory; while withdrawn for different reasons, the sentiment remains that virtual environments are an essential part of the development workflow, binary wheel building included, to the point where higher-level tools wrap them. [3] [0] https://pip.pypa.io/en/latest/reference/build-system/ [1] https://build.pypa.io/en/latest/how-to/basic-usage.html#building-without-is= olation [2] https://peps.python.org/pep-0704/ [3] https://packaging.python.org/en/latest/overview/#virtualenv More commentary in a separate comment and title change... --=20 You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.=