Hi,
I compiled and installed the latest EMAN2.2 from GitHub.
It worked fine after installation, but after rebooting the computer, I started getting:
ImportError: numpy.core.multiarray failed to import
Traceback (most recent call last):
File "/home/username/EMAN2/bin/e2projectmanager.py", line 33, in <module>
from EMAN2 import *
File "/home/username/EMAN2/lib/EMAN2.py", line 44, in <module>
from EMAN2_cppwrap import *
File "/home/username/EMAN2/lib/EMAN2_cppwrap.py", line 47, in <module>
from libpyTypeConverter2 import *
ImportError: numpy.core.multiarray failed to import
Turns out, Miniconda added this into my .bashrc:
# added by Miniconda2 4.3.11 installer
export PATH="/home/tolung/miniconda2/bin:$PATH"
which messed up python, which, in turn, messed up EMAN2.
I just commented out the last line, and EMAN2.2 works again.
I thought I would post it here in case others run into the same issue.
Cheers...