-
Notifications
You must be signed in to change notification settings - Fork 20
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
Qdldl cannot be properly installed on a mac m1 chip with latest poetry version (1.2.1) #25
Comments
I believe the culprit here is this: https://github.com/osqp/qdldl-python/blob/master/setup.py#L24-L28 I left a comment here: python-poetry/poetry#6712 (comment) I dont mind making a PR but its unclear to me what the best path forward is, beyond the hacks i mention there, or converting this project to poetry. |
Echoing that this issue is affecting users of the scikit-survival. We have folks with M1 chips that require sk-surv, and hence qdld (via osqp). Would greatly appreciate this being fixed! |
Echoing that this issue is affecting users of the SyntheticControlMethods. Would greatly appreciate this being fixed! Python version: pyenv local 3.11.2 |
Hello @bstellato -- it appears the above is fixed in the repo but has not yet been propagated to PyPi. Can you make a new release? Thanks! |
Dear Maintainers, I confirm that |
Issue
qdldl cannot be properly installed on a mac m1 chip with latest poetry version (1.2.1)
I have got an issue with the qdldl package when installing with poetry. I ran the issue in the poetry github but it is apparently an upstream issue for qdldl. See the issue on poetry : python-poetry/poetry#6712
and the apparent solution: python-poetry/poetry#6712 (comment)
in order for poetry to be able to properly install qdldl.
The text was updated successfully, but these errors were encountered: