I can't import numpy.
jep.JepException: <type 'exceptions.ImportError'>:
Importing the multiarray numpy extension module failed. Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control). Otherwise reinstall numpy.
Original error was: /usr/local/lib/python2.7/dist-packages/numpy/core/multiarray.so: undefined symbol: _Py_ZeroStruct
at /usr/local/lib/python2.7/dist-packages/numpy/core/__init__.<module>(__init__.py:26)
at /usr/local/lib/python2.7/dist-packages/numpy/lib/type_check.<module>(type_check.py:11)
at /usr/local/lib/python2.7/dist-packages/numpy/lib/__init__.<module>(__init__.py:8)
at /usr/local/lib/python2.7/dist-packages/numpy/add_newdocs.<module>(add_newdocs.py:13)
at /usr/local/lib/python2.7/dist-packages/numpy/__init__.<module>(__init__.py:142)
at jep.Jep.eval(Native Method)
at jep.Jep.eval(Jep.java:609)
at com.satreci.python.test.Main.main(Main.java:18)
OS : Ubuntu
Python version : 2.7.12
jep version : 3.7.0