Yoshiki Sakamoto
Yoshiki Sakamoto
Could You use this code? https://github.com/pypa/cibuildwheel/blob/9ce9574d4e6fce57daeb398479d39e3a388945e1/cibuildwheel/macos.py#L281
On Mac, It would work well. And, Dimod would be builded by Xcode for M1 Mac. ``` export _PYTHON_HOST_PLATFORM=macosx-11.0-arm64 export ARCHFLAGS=-arch arm64 pip wheel . ```
Thank you for reporting the build error, we will take care of it. I would like to ask you to try if possible, is it possible to Git Clone and...
A corrected version of MANIFEST.in has been released. We believe that in the previous version, the required source code was not included in the package and an error occurred.
Thank you for the error report. We will check it here.
This may be due to Python 3.11. This library is not yet compatible with Python 3.11. If possible, would it be possible for you to try it with Python 3.10?...