Dear Ernesto,
It seems that setuptools isn't able to download EasyBuild from PyPI ()
for some reason.
Are you seeing the same problem with this command?
easy_install --prefix /tmp/test easybuild
Is https://pypi.python.org/pypi/easybuild reachable from that system?
If not, you can try the offline mode supported by the bootstrap script,
see
http://easybuild.readthedocs.io/en/latest/Installation.html#offline-bootstrapping-using-supplied-source-tarballs
.
regards,
Kenneth
On 14/06/2017 15:31, Ernesto Eduardo Diaz Conde wrote:
here is the output
2017-06-14 10:11 GMT-03:00 Ernesto Eduardo Diaz Conde
<[email protected] <mailto:[email protected]>>:
Thanks Kenneth,
The error was the same in diferents OS, in debian 8, and CentOS
7.3, i will run the comands that you send me and send the output
Regards
Ernesto
2017-06-13 17:38 GMT-03:00 Kenneth Hoste <[email protected]
<mailto:[email protected]>>:
Hi Ernesto,
Hmm, it's not clear to me what's going wrong here.
Which OS are you on?
Can you try bootstrapping EasyBuild with debugging enabled, as
follows:
export EASYBUILD_BOOTSTRAP_DEBUG=1
python bootstrap_eb.py $PREFIX 2>&1 | tee eb_bootstrap_debug.out
And then send back eb_bootstrap_debug.out?
regards,
Kenneth
On 13/06/2017 21:00, Ernesto Eduardo Diaz Conde wrote:
Hello
I have tried installing the new version of EasyBuil and am
getting an error like this:
[[INFO]] installing EasyBuild with 'easy_install --quiet
--upgrade --prefix=/tmp /tmpGNtTsT/eb_stage1 easybuild'
[[ERROR]] Running 'easy_install --quiet --upgrade
--prefix=/tmp/tmpGNtTsT/eb_stage1 easybuild' failed: error:
Could not find suitable distribution for
Requirement.parse('easybuild')
Traceback (most recent call last):
File "bootstrap_eb.py", line 337, in run_easy_install
easy_install.main(args)
File
"/usr/local/lib/python2.7/dist-packages/setuptools/command/easy_install.py",
line 2265, in main
**kw
File "/usr/lib/python2.7/distutils/core.py", line 169, in setup
raise SystemExit, "error: " + str(msg)
SystemExit: error: Could not find suitable distribution for
Requirement.parse('easybuild')
I would appreciate the help if someone has already solved it