Skip to content

Runtime Error: illegal hardware exception #49

Answered by ozel
BigDataWriter asked this question in Q&A
Discussion options

You must be logged in to vote

The shown python warning is really just that, a warning. It will not impact the running of the script.
I have developed and tested this extensively with python 3.6 & 3.7. Can test it in the coming days on 3.9. if your problem persists.

Googling your error zsh: illegal hardware instruction sounds like some general python issue on Apple M1 systems. Do you use a recent Mac featuring an ARM processor?
This error seems generally related to specific Python modules that may need adaptation for ARM/Apple M1 systems. You could try manually importing all the modules listed at the beginning of the script inside an interactive python session and check which one fails.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by ozel
Comment options

You must be logged in to vote
1 reply
@ozel
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants