Illegal instruction for v10.7.0 wheel on PyPI #25
ymd-h
announced in
Announcement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I received private report that v10.7.0 wheel on PyPI crashed with "Illegal instruction", and we could reproduced it.
We know it happens at least on Ubuntu and M2 mac.
Status (Edit: 2023-04-08)
v10.7.1 is released at PyPI
Workaround
If you have the problem, you can use v10.6.4 instead.
v10.7.0 adds Gymnasium support, which is not core functionality.
diff: v10.6.4...v10.7.0
Possible Cause
We changed build system from GitLab CI/CD to GitHub Action, which might create incompatible binary.
macos-latest
(macOS 11 -> macOS 12) tomacos-11
(macOS 11). (fcd392b)Beta Was this translation helpful? Give feedback.
All reactions