Bootstrap

【报错】Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)

在你检查完没有内存溢出等各种各种情况之后,仍然不知道该怎么解决,这里提供一个可能的解决办法。

如果你也用的是Mac M1芯片,在跑numpy的时候出现 Intel MKL Warning; 或在用pytorch训练模型的时候遇到segmentation fault。有可能是你用的anaconda版本不对。

可以在terminal里用 conda info 来检查一下你的platform是不是 osx-arm64。或者去anaconda官网下载那里看看适配版本和安装的版本是否一致。

;