In the live video stream by George Hotz titled, "Programming | tinygrad: neural engine on M1? | Science & Technology | Apple M1 | Part4"
He almost spent 1 hour to find out what causes the error and debugging.
He uses a number of installations, cloning repositories, debugging, installations, etc.
Here is the solution he found.
Install faulthandler as follo.
pip3 install faulthandler
(if your python version is higher than 3.3, it is inbuilt)
The error is in the use_app_nope package.
Just comment out it. The problem solved.
For more detail, you can watch the full video.
Or you may watch the video at https://youtu.be/mwmke957ki4?t=2929