Re: [easybuild] Errors with bootstrap_eb.py for easybuild 3.3.1

2017-08-08 Thread Kenneth Hoste
Hi all, The problem manifests itself only when both i) an old version of setuptools is active, ii) the eb command is not available via $PATH anywhere (which explains why this went undetected...). More details are available in

Re: [easybuild] Errors with bootstrap_eb.py for easybuild 3.3.1

2017-08-08 Thread Clyde Jones
Hi I *think* it might have to do with the versions of vsc-install and vsc-base. I tried using the 3.3.0 sources and build failed until I deleted the vsc-install and vsc-base. On Tue, Aug 8, 2017 at 11:48 AM, Kenneth Hoste wrote: > Dear Clyde, > > Others have reported

Re: [easybuild] Errors with bootstrap_eb.py for easybuild 3.3.1

2017-08-08 Thread Kenneth Hoste
Dear Clyde, Others have reported this problem too, it seems like some change in EasyBuild v3.3.1 is triggering this problem. We're still trying to figure out what is wrong exactly, follow-up in https://github.com/easybuilders/easybuild-framework/issues/2279 . In the mean time, I'd suggest

Re: [easybuild] Errors with bootstrap_eb.py for easybuild 3.3.1

2017-07-28 Thread john.miezitis
I have experienced the same issue installing on Centos 6.7. I got past this error by manually installing setuptools (version 0.7). However I still do not have a working easybuild environment and I am not sure whether it is because of the workaround for setuptools of another issue. My

Re: [easybuild] Errors with bootstrap_eb.py for easybuild 3.3.1

2017-07-25 Thread Carlos Fenoy
Hi, Can you try bootstrapping with the: export EASYBUILD_BOOTSTRAP_DEBUG=1 and provide the output? Regards, Carlos On Mon, Jul 24, 2017 at 3:19 PM, Vanzo, Davide wrote: > Clyde, > > I stumbled into the same problem last Friday too and I am trying to figure > out

RE: [easybuild] Errors with bootstrap_eb.py for easybuild 3.3.1

2017-07-24 Thread Vanzo, Davide
Clyde, I stumbled into the same problem last Friday too and I am trying to figure out what is the source of the problem. -- Davide Vanzo, PhD Application Developer Adjunct Assistant Professor of Chemical and Biomolecular Engineering Advanced Computing Center for Research and Education (ACCRE)

[easybuild] Errors with bootstrap_eb.py for easybuild 3.3.1

2017-07-21 Thread Clyde Jones
Hi I've been trying to install easybuild using the bootstrap script and I am getting the following errors. It looks like there is a configuration option that the script is expecting but is not getting set. This fails on Centos7 (7.3) and Ubuntu 16.04 What should I be setting? This worked