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

cvxpy installation fails #7150

Closed
4 tasks done
robert-dumitru opened this issue Dec 6, 2022 · 3 comments
Closed
4 tasks done

cvxpy installation fails #7150

robert-dumitru opened this issue Dec 6, 2022 · 3 comments
Labels
status/external-issue Issue is caused by external project (platform, dep, etc)

Comments

@robert-dumitru
Copy link

  • I am on the latest stable Poetry version, installed using a recommended method.
  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have consulted the FAQ and blog for any relevant entries or release notes.
  • If an exception occurs when executing a command, I executed it again in debug mode (-vvv option) and have included the output below.

Issue

Installing cvxpy fails with poetry - installing it normally with pip works as expected. I suspect this is happening because there are no arm64 wheels available for the qdldl library. To reproduce this issue, run poetry add cvxpy with the provided pyproject.toml file - I've also attached debug output from the command. Thanks in advance!

@robert-dumitru robert-dumitru added kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Dec 6, 2022
@neersighted neersighted added status/external-issue Issue is caused by external project (platform, dep, etc) and removed kind/bug Something isn't working as expected status/triage This issue needs to be triaged labels Dec 6, 2022
@neersighted
Copy link
Member

This is an issue in cvxpy due to undeclared build-time dependencies. cvxpy depends on pybind11, but does not declare a dependency in build-system.requires, setup_requires in setup.cfg, or setup_requires in setup(). cvxpy will need to be updated with a correct declaration of build-time dependencies to build with Poetry, or upload wheels so that you do not have to compile from source.

@neersighted neersighted closed this as not planned Won't fix, can't repro, duplicate, stale Dec 6, 2022
@dimbleby
Copy link
Contributor

dimbleby commented Dec 6, 2022

(also duplicate #6712)

Copy link

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 Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status/external-issue Issue is caused by external project (platform, dep, etc)
Projects
None yet
Development

No branches or pull requests

3 participants