Runtime Error: illegal hardware exception #49
-
My conda environment is using python 3.9.5, which appears to be too new to run the code for the particle detector. What version of python 3.x are other people using successfully? /Users/robjustice/Downloads/DIY_particle_detector/data_recording_software/./pulse_recorder.py:147: FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The shown python warning is really just that, a warning. It will not impact the running of the script. Googling your error |
Beta Was this translation helpful? Give feedback.
-
Oliver,
Thank you for your response! I’m able to run the software now using a python 3.6 environment.
Best,
Rob
… On Nov 16, 2022, at 8:57 AM, Oliver Keller ***@***.***> wrote:
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 begging of the script inside an interactive python session and check which one fails.
—
Reply to this email directly, view it on GitHub <#49 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ANIIAJIIGKXXT57GIMR64H3WIUHAPANCNFSM6AAAAAASBQJ5T4>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
-
Oliver,
Hardware specs in the image below.
As stated earlier, software environment was python 3.6. To clarify, I successfully ran and used the software, but I didn’t succeed in getting the gun to run, so my setup isn’t yet ready for a potential documentation update of supported, recommended configurations.
Rob
… On Dec 6, 2022, at 7:22 AM, Oliver Keller ***@***.***> wrote:
great! could you still let me know more about your environment/operating system? Is it a recent Mac with M1 chip?
—
Reply to this email directly, view it on GitHub <#49 (reply in thread)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ANIIAJIGWHYEOUHKRCDXXWTWL5K25ANCNFSM6AAAAAASBQJ5T4>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
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.