You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like some bits in pyproject.toml are still missing and create some termopary directory before start build trashes pep517 build.
+ /usr/bin/python3 -sBm build -w --no-isolation* Getting build dependencies for wheel...error: Multiple top-level packages discovered in a flat-layout: ['pg8000', 'SPECPARTS'].To avoid accidental inclusion of unwanted files or directories,setuptools will not proceed with this build.If you are trying to create a single distribution with multiple packageson purpose, you should not rely on automatic discovery.Instead, consider the following options:1. set up custom discovery (`find` directive with `include` or `exclude`)2. use a `src-layout`3. explicitly set `py_modules` or `packages` with a list of namesTo find more information, look for "package discovery" on setuptools docs.ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel
In this case during package using rpm is created SPECPARTS directory.
The text was updated successfully, but these errors were encountered:
Ah, I see now. I've done a new release 1.31.1, which uses a file layout where all the source files are within a src directory, and so building should work now if there are extra top-level directories.
👍
it would be good to switch from versioningit tohatch-vcs. (which is native for hatchling) as well as versioningit has some issues on building without git metadata. #152
Looks like some bits in pyproject.toml are still missing and create some termopary directory before start build trashes pep517 build.
In this case during package using rpm is created
SPECPARTS
directory.The text was updated successfully, but these errors were encountered: