Skip to content

Instantly share code, notes, and snippets.

@ysagon
Created June 18, 2019 12:22
Show Gist options
  • Save ysagon/c6514701652f90f6a029a262b74016b3 to your computer and use it in GitHub Desktop.
Save ysagon/c6514701652f90f6a029a262b74016b3 to your computer and use it in GitHub Desktop.
[sagon@login2 easybuild] $ ./bootstrap_eb.py ~/testeb
[[INFO]] EasyBuild bootstrap script (version 20190523.01, MD5: 92196312d8e88843ffe83f21a51f0592)
[[INFO]] Found Python 2.7.5 (default, Apr 9 2019, 14:30:50) ; [GCC 4.8.5 20150623 (Red Hat 4.8.5-36)]
[[INFO]] Installation prefix /home/sagon/testeb
[[INFO]] Found module command '/usr/share/lmod/lmod/libexec/lmod' via $LMOD_CMD (Lmod), so using it.
[[INFO]] No suitable setuptools installation found, proceeding with stage 0...
[[INFO]] +++ STAGE 0: installing distribute via included (patched) distribute_setup.py...
Downloading https://easybuilders.github.io/easybuild/files/distribute-0.6.49-patched1.tar.gz
Extracting in /tmp/tmpJ_R4q5
Now working in /tmp/tmpJ_R4q5/distribute-0.6.49
Installing Distribute
[[INFO]] Installed setuptools version 0.6 (/tmp/tmp0d0WpW/lib/python2.7/site-packages/distribute-0.6.49-py2.7.egg/setuptools/__init__.pyc)
[[INFO]] +++ STAGE 1: installing EasyBuild in temporary dir with easy_install...
[[INFO]] running pre-install command 'easy_install --quiet --upgrade --prefix=/tmp/tmp0d0WpW/eb_stage1 vsc-install<0.11.4'
[[ERROR]] Running 'easy_install --quiet --upgrade --prefix=/tmp/tmp0d0WpW/eb_stage1 vsc-install<0.11.4' failed: error: Could not find suitable distribution for Requirement.parse('vsc-install<0.11.4')
Traceback (most recent call last):
File "./bootstrap_eb.py", line 368, in run_easy_install
easy_install.main(args)
File "/tmp/tmp0d0WpW/lib/python2.7/site-packages/distribute-0.6.49-py2.7.egg/setuptools/command/easy_install.py", line 1973, in main
with_ei_usage(lambda:
File "/tmp/tmp0d0WpW/lib/python2.7/site-packages/distribute-0.6.49-py2.7.egg/setuptools/command/easy_install.py", line 1954, in with_ei_usage
return f()
File "/tmp/tmp0d0WpW/lib/python2.7/site-packages/distribute-0.6.49-py2.7.egg/setuptools/command/easy_install.py", line 1977, in <lambda>
distclass=DistributionWithoutHelpCommands, **kw
File "/usr/lib64/python2.7/distutils/core.py", line 169, in setup
raise SystemExit, "error: " + str(msg)
SystemExit: error: Could not find suitable distribution for Requirement.parse('vsc-install<0.11.4')
[sagon@login2 easybuild] $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment