Hi Andreas,
Is this a recent version of the bootstrap script? What's the MD5sum?
Can you try re-downloading it (although that won't change anything if it
was downloading in the last couple of days).
If the problem persists, please provide a full (debug) log of the whole
bootstrap procedure, which you can obtain with:
EASYBUILD_BOOTSTRAP_DEBUG=1 python bootstrap_eb.py
$EASYBUILD_PREFIX 2>&1 | tee eb.log
Please upload it somewhere, or mailed a zipped version to me off-list.
regards,
Kenneth
On 19/04/16 18:24, Andreas Hilboll wrote:
Hi again,
I'm having a problem with the bootstrapping procedure for easybuild
2.7.0:
hilboll@heron:~> python --version
Python 2.7.9
hilboll@heron:~> python bootstrap_eb.py $EASYBUILD_PREFIX
[...]
[[ERROR]] Stage 1 failed, could not determine EasyBuild version (txt:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/tmpx/jtmp.hilboll/tmpWybQAn/eb_stage1/lib/python2.7/site-packages/easybuild_easyblocks-2.7.0-py2.7.egg/easybuild/__init__.py",
line 31, in <module>
import pkg_resources
ImportError: No module named pkg_resources
).
I thought that the bootstrap process makes sure that setuptools are
installed ... and, alas, it seems to be there:
hilboll@heron:~> ls
/tmpx/jtmp.hilboll/tmpbx8cTB/lib64/python2.7/site-packages/
hilboll@heron:~> ls
/tmpx/jtmp.hilboll/tmpbx8cTB/lib/python2.7/site-packages/
distribute-0.6.49-py2.7.egg easy-install.pth
setuptools-0.6c11-py2.7.egg-info setuptools.pth site.py site.pyc
Or is it an issue that the packages are in the lib folder while my
Python might expect them to be in lib64?
Confused greetings,
Andreas.