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

Run the Python program under Ubuntu, the IDE is pycharm, and the error message shown below appears when running directly, but the program can be run under the command line

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


Has anyone encountered this problem?

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

Guess you like

Origin blog.csdn.net/zzq060143/article/details/105486780