Skip to content
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

Poetry fails to install wheel package when needed #3707

Closed
3 tasks done
darakian opened this issue Feb 19, 2021 · 3 comments
Closed
3 tasks done

Poetry fails to install wheel package when needed #3707

darakian opened this issue Feb 19, 2021 · 3 comments
Labels
kind/bug Something isn't working as expected

Comments

@darakian
Copy link

darakian commented Feb 19, 2021

  • I am on the latest Poetry version.

  • I have searched the issues of this repo and believe that this is not a duplicate.

  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option).

  • OS version and name: MacOS 11.2.1

  • Poetry version: 1.1.4

Issue

With new venvs I've been running into issue installing the package kiwisolver at version 1.3.1. Issuing a poetry install fails with

error: invalid command 'bdist_wheel'
        ----------------------------------------
        ERROR: Failed building wheel for cppy
      ERROR: Failed to build one or more wheels
      Traceback (most recent call last):
        File "/Users/jon/tmp/venv/lib/python3.9/site-packages/setuptools/installer.py", line 75, in fetch_build_egg
          subprocess.check_call(cmd)
        File "/usr/local/Cellar/python@3.9/3.9.1_8/Frameworks/Python.framework/Versions/3.9/lib/python3.9/subprocess.py", line 373, in check_call

Installing the wheel package with pip install wheel allows for the install to work. Can functionality be added to poetry to install wheel itself if it needs to install a wheel package?

Minimal toml to reproduce

[tool.poetry]
name = "foo"
version = "1"
description = ""
authors = [""]

[tool.poetry.dependencies]
python = "^3.8"
kiwisolver = "=1.3.1"
@darakian darakian added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Feb 19, 2021
@ryboe
Copy link

ryboe commented Feb 22, 2021

This is a dup of #3591. Installing wheels doesn't work on Big Sur. The fix has already landed on master. Now we're just waiting for the maintainers to cut a new release.

See #3530 for more details.

@darakian
Copy link
Author

Awesome. I'll close this issue then. Thanks 👍

@abn abn removed the status/triage This issue needs to be triaged label Mar 3, 2022
Copy link

github-actions bot commented Mar 2, 2024

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working as expected
Projects
None yet
Development

No branches or pull requests

3 participants