-
Notifications
You must be signed in to change notification settings - Fork 154
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
Unable to install due to failed building wheel for rectangle-packer #265
Comments
It's an interaction between Cython3, setuptools, and rectagle-packer. Specifically rectangle-packer does not ship ARM wheels for OSX, which means that pip will try to do an sdist install, which then runs into Penlect/rectangle-packer#21 and then cython/cython#5568. Because we don't control that package, we're a bit beholden to the community fixing it. That said, if this persists long enough we'll look at forking rectangle-packer or similar. There are a few open issues on the topic: |
Opened another PR (Penlect/rectangle-packer#23) against rectangle-packer to see if that fixes it. |
Thank you! Meanwhile, would using a different version of Python fix anything? |
Unfortunately I think any ARM osx system will run into this issue, though I don't myself have access to a mac so I haven't been able to exhaustively check. |
@arcondello I just tried again and the issue seems to have been resolved. |
Description
Fail to install
dwave-ocean-sdk
through pip.To Reproduce
Run
pip install dwave-ocean-sdk
Expected behavior
Successfully installs
Environment:
Additional context
This seems to be an issue with the new macOS, because when I tried to install it on a different machine it works.
The text was updated successfully, but these errors were encountered: