python3.5 指令不允许 statsmodels

python3.5 instruction not allowed statsmodels

当我使用时:

res=model.fit()

在我的 ubutu 上使用 python3.5 与 debian9 一起服务,它关闭 python 打印

instruction not allowed

这是我第一次看到它,而不是我第一次使用它 model.fit()

请问有人知道怎么解决吗?

我在网上看不到任何解决此问题的方法。也许它与文件权限的链接可以解释为什么这个错误并不总是在这里。

非常感谢=)

似乎是 numpy SVD 造成的,为了解决这个问题,我将从 debian9 迁移到 ubuntu。