Comment 3 for bug 1851242

Revision history for this message
sven oehme (oehmes) wrote :

and as soon as you get past thee 2 documentation issues, it fails here :

Step 29/29 : RUN /opt/loci/scripts/install.sh
 ---> Running in 914d9fb7729b
++ awk -F= '/^ID=/ {gsub(/\"/, "", $2); print $2}' /etc/lsb-release /etc/os-release
+ distro=ubuntu
+ export distro=ubuntu
+ distro=ubuntu

.... lots of logs ...

+ pip install --upgrade virtualenv
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Looking in indexes: https://pypi.python.org/simple/
Collecting virtualenv
  Downloading virtualenv-20.0.4-py2.py3-none-any.whl (4.6 MB)
Collecting importlib-metadata<2,>=0.12; python_version < "3.8"
  Downloading importlib_metadata-1.5.0-py2.py3-none-any.whl (30 kB)
Collecting pathlib2<3,>=2.3.3; python_version < "3.4" and sys_platform != "win32"
  Downloading pathlib2-2.3.5-py2.py3-none-any.whl (18 kB)
Collecting importlib-resources<2,>=1.0; python_version < "3.7"
  Downloading importlib_resources-1.0.2-py2.py3-none-any.whl (32 kB)
Collecting filelock<4,>=3.0.0
  Downloading filelock-3.0.12.tar.gz (8.5 kB)
    ERROR: Command errored out with exit status 1:
     command: /var/lib/pipbootstrap/bin/python2 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-tyMEEr/filelock/setup.py'"'"'; __file__='"'"'/tmp/pip-install-tyMEEr/filelock/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-install-tyMEEr/filelock/pip-egg-info
         cwd: /tmp/pip-install-tyMEEr/filelock/
    Complete output (3 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
    ImportError: No module named setuptools
    ----------------------------------------
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
The command '/bin/sh -c /opt/loci/scripts/install.sh' returned a non-zero code: 1