-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
build fails to build the wheel for the archspec project #628
Comments
Same as #570 (comment)? |
The .gitignore file in the root of the repository has:
This is supposed to only affect x/y/work and x/y/work-xx. |
The core reason is a bug in Poetry that they didn't fix for a long time: python-poetry/poetry#5547 |
What do you mean? If you are ignoring |
I agree. Then Poetry shouldn't parse any .gitignore files because the project isn't built from the git repository, and the .gitignore files up in the hierarchy are irrelevant. |
Parsing the |
Yeah, so searching up the tree until a |
We use the tarball https://pypi.org/packages/source/a/archspec/archspec-0.2.1.tar.gz from PYPI.
This command builds the wheel file:
The resulting wheel file doesn't contain any project files:
pip install -U archspec
installs all archspec files correctly.build-0.10.0
Python-3.9
FreeBSD 13.2
The text was updated successfully, but these errors were encountered: