pep517 Questions
12
Solved
I am trying to install a package which uses PEP 517. The newest version of Pip won't allow me to install it due to an error involving building wheels for PEP 517.
In the past, I've solved this issu...
Baghdad asked 24/9, 2020 at 2:22
2
I am trying to create a snapshot/daily build of my Python package, using Setuptools and Build (the PEP 517 build module).
I have tried adapting this section of the Setuptools documentation: https:/...
Bedazzle asked 14/12, 2021 at 12:15
6
Solved
1
Solved
Is it possible to halve your cake and eat it too: can one install (via some mechanism) a project with the following structure:
pyproject.toml
setup.cfg
src/...
scripts/...
In editable mode, like o...
Ng asked 29/3, 2021 at 15:46
1
Solved
Pip supports the pyproject.toml file but so far all practical usage of the new schema requires a 3rd party tool that auto-generates these files (e.g., poetry and pip). Unlike setup.py which is alre...
Alizaalizarin asked 1/10, 2020 at 7:19
1
© 2022 - 2024 — McMap. All rights reserved.