Results 281 comments of layday

> Maybe if we pip installed the package, then replaced pieces with symlinks (& updated RECORD)... 🤔 This is the approach that was taken by [frontend-editables](https://github.com/layday/frontend-editables), for what it's worth....

There's no name conflict - the CWD is not on path and calling the module something else would not help. This is the (only) reason the `__legacy__` setuptools backend was...

I am asking how @mccullerlp goes about removing the aliased versions from `PYTHONPATH` so I can get a better idea of the issue.

FWIW, you can accomplish this rather trivially, without involving flit, by using an in-tree backend to pre-generate a version file with setuptools-scm. One downside of this is that you'll have...

No, Poetry doesn't support build steps nor does it support PEP 621.

Thank you for the report. I believe the issue here is that because you installed build in the user library, the user scheme ends up being used when retrieving the...

Actually, it's the `osx_framework_library` scheme that's being used but the net effect is the same. I gather that even with framework builds of Python on macOS, venvs are created according...

Apple patch `_get_default_scheme` to return `osx_framework_library`; Apple's Python will have to be special-cased.

Unfortunately, virtualenv has also fallen victim to Apple's machinations: https://github.com/pypa/build/issues/294.