Process finished with exit code 135 (interrupted by signal 7: SIGEMT)

在Ubuntu下运行Python程序,IDE为pycharm,直接运行出现如下所示的错误信息,但是在命令行下程序可以运行

Process finished with exit code 135 (interrupted by signal 7: SIGEMT)


有人遇到过这个问题么?

Traceback (most recent call last):
  File "*.py", line 32, in <module>
    import numpy as np
  File "/home/zqzhu/.local/lib/python2.7/site-packages/numpy/__init__.py", line 142, in <module>
    from . import core
ImportError: cannot import name core

猜你喜欢

转载自blog.csdn.net/zzq060143/article/details/105486780