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
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!
The text was updated successfully, but these errors were encountered:
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.
-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!The text was updated successfully, but these errors were encountered: