-
```console
+ /usr/bin/python3 -sBm build -w --no-isolation
* Getting build dependencies for wheel...
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/pyproject_hooks/_impl…
-
**Is your feature request related to a problem? Please describe.**
pip 23.1 and newer (which are the default in Python 3.12) enforce build isolation when building the wheel from source (happening for…
-
Could you move the buildsystem to [PEP517](https://peps.python.org/pep-0517/)?
-
## 🚀 Feature - Adding PEP517 metadata
The [PEP517](https://peps.python.org/pep-0517/) introduces a possibility to build packages isolated from the runtime environment. Currently no metadata for the b…
-
- run tests in some other cwd than build_wrksrc (to avoid `import mod` picking ./mod instead of built native mod in site-packages which breaks some testsuites currently, also see e.g. numpy)
- put st…
-
Could you move the buildsystem to [PEP517](https://peps.python.org/pep-0517/)?
-
Could you move the buildsystem to [PEP517](https://peps.python.org/pep-0517/)?
-
Could you move the buildsystem to [PEP517](https://peps.python.org/pep-0517/)?
-
Has anyone seen this error? I can't find it mentioned anywhere!!
```
Building wheels for collected packages: aria2
Building wheel for aria2 (PEP 517) ... error
ERROR: Command errored out wit…
-
Please consider switch to Python's new packaging system, according to PEP 517 & PEP 518.
https://peps.python.org/pep-0517/
https://peps.python.org/pep-0518/
these are the orignail PEP, and we have …