Dear Udo,
On 21/08/2017 09:16, Udo Schmidt wrote:
Dear all,
I tried to install the latest easybuild version for the first time.
Our OS is CentOS 7, EASYBUILD_MODULES_TOOL='EnvironmentModulesC'
There are no problems until the first tests:
python -m test.framework.suite
There is no other output than EEEEEEEEEEEEEEEEEEEEEE...
It looks like a simple error. Can someone give me a hint?
It looks like you probably don't have 'modulecmd' available in your $PATH?
That's a requirement for EasyBuild, because it doesn't use the 'module'
function, it talks to the binary command directly via "modulecmd python"
(while the 'module' function is a wrapper around 'modulecmd bash').
See also
http://easybuild.readthedocs.io/en/latest/Installation.html#required-modules-tool
.
regards,
Kenneth