-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wheels are not being built properly #970
Comments
I am having this issue when using "pip install biom-format" into my virtual environment. I am getting several error messages, which include: Building wheel for biom-format (pyproject.toml) did not run successfully. |
Thanks, good catch. What operating system, and version of python?On Jun 7, 2024, at 10:00, pkirti33 ***@***.***> wrote:
I am having this issue when using "pip install biom-format" into my virtual environment. I am getting several error messages, which include:
Building wheel for biom-format (pyproject.toml) did not run successfully.
Python recognizes 'biom.assets' as an importable package[^1], but it is absent from setuptools' packages configuration.
Python recognizes 'biom.tests.bench_tables' as an importable package[^1], but it is absent from setuptools' packages configuration.
Python recognizes 'biom.tests.test_cli.test_data' as an importable package[^1], but it is absent from setuptools' packages configuration.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sorry for not including that!
|
Thanks. Is this within WSL? |
No - I'm running my commands directly in Windows Command Prompt |
We test against We are not instrumented to assert wheels build correctly, and as noted in this issue, we did not push wheels for this latest release. Could you attempt installing natively as done in the CI action and see if that works (e.g., |
Hi, ERROR: Could not build wheels for biom-format, which is required to install pyproject.toml-based projects |
Any chance you'd be interested in futzing with |
Hello, |
Sounds good, thanks! |
This has been holding up a 2.1.16 release. No time to do it right now, and this would represent at least 1.5 week delay. Deferring a fix to later.
The text was updated successfully, but these errors were encountered: