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

I am trying to h5py on Windows10 64bit, Python 3.8.5, Pip 20.2.4. Used this command pip install h5py But this throws an error ERROR: Could not build wheels for h5py which use PEP 517 and cannot be...
Mccrary asked 3/11, 2020 at 13:33

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.