Hello mailinglist,
I noticed when I compile Python (with some additional packages) that easybuild
runs into troubles during sanity check. I realized that I have local
installations of some python packages (in ~/.local/lib). I have a different
spot for easybuild to install software to. But during sanity check it tries to
load the packages from the local installation and crashes. It works when I
remove all locally installed python packages. Can I teach easybuild to use the
correct modules during sanity check?
Any help is appreciated!
Thanks,
Oliver
For example I get this error for numpy:
Error from log:
== 2015-07-03 17:54:38,578 main.EB_Python WARNING Extension: numpy failed to
install, cmd 'python -c "import numpy"' (stdin: None) output: Traceback (most
recent call last):
File "<string>", line 1, in <module>
File "/home/ostolpe/.local/lib/python2.7/site-packages/numpy/__init__.py",
line 170, in <module>
from . import add_newdocs
My config file $HOME/.config/easybuild/config.cfg (condensed) looks like this:
[MAIN]
[basic]
robot-paths=/vol/local/easybuild.local/easyconfigs:%(DEFAULT_ROBOT_PATHS)s
[config]
installpath=/vol/local/easybuild
prefix=/vol/local/easybuild
[informative]
[override]
[regtest]
[software]
[unittest]