Pages

Showing posts with label apple m1. Show all posts
Showing posts with label apple m1. Show all posts

Using Jupyter notebook in Apple M1: Error 2850 Segmentation fault

 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








You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...