-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
Description
Currently pep517 installs fail when running from a source-less python distribution because pep517 tries to run a .py file which doesn't exist in the source-less install.
There has been some recent discussion around the support status of this with the reiterated conclusion that this is an officially supported (but somewhat discouraged) method of running cpython.
There's been an attempt to resolve this here but that hasn't gotten any feedback: #130 Would that be a sensible way to solve the problem or should another approach be taken?
The python distribution in question here is provided by the embedded buildroot distribution. (Though openwrt seems to run into the same problem as seen in the PR above),