Hello, I think that it relates to the installation of Python extension, which I previously asked, but in order to install "Python-2.7.11-foss-2016a.eb" aarch64 specified numpy Since it was not possible to install in the version of, we changed it from 1.10.1 to 1.11.2 and introduced it. After that, I attempted to introduce "PETSc-3.7.3-foss-2016a-Python-2.7.11.eb", numpy-1.11.2 is read from Python used at that time, PETSc-3.7.3 can not be introduced. (It seems to require numpy-1.9 or less from association)
This phenomenon is not seen on x86_64, it seems that numpy-1.8.2 loaded as a related module has priority. # At least, it seems as long as you check with python's sys.path or pip list. Is there a way to avoid this problem? It will be helpful if you advise us. Env: $ cat /etc/redhat-release CentOS Linux release 7.1.1503 (Core) $ eb --version This is EasyBuild 3.4.0 (framework: 3.4.0, easyblocks: 3.4.0) $ uname -r -i -m -o 4.5.0-29.el7.aarch64 aarch64 aarch64 GNU/Linux Best regards.

