-
Notifications
You must be signed in to change notification settings - Fork 34
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
fix unable to install due to setuptools conflicts #65
Conversation
setuptools == 65.6.0 remove `distutils.log.Log`, this leads to numpy issues see pypa/setuptools#3693
Thanks! |
Are you planning to release a version containing this change? I can't install latest scs version in a docker container (ARM) with debian 11 but it works installing it from git. Thanks in advance! EDIT: ARM traceback:
amd64 traceback:
Both containers are using
|
It has been fixed in setuptools pypa/setuptools#3709 |
Does this mean we can revert this change? |
It seems so...
|
I will keep it in for a while anyway. Do you still need another release or is this sufficient? |
I don't need it at the moment. Thank you @bodono :) It would be nice to have wheels for aarch64. Do you know if there is any kind of limitation for this? I could publish a PR. |
Yes that would be great. The wheels are all published by a github action, at some point I don't think actions could run on aarch64 but it looks like maybe now they can, I guess via cross-compilation. |
setuptools == 65.6.0 remove
distutils.log.Log
, this leads to numpy issues see pypa/setuptools#3693