Closed tiborsimko closed 4 years ago
Apparently, we will have to install Python3 as well, since I get this error from building the image from the Dockerfile:
Step 3/7 : RUN pip install hftools
---> Running in 3b4b7d32b27f
Downloading/unpacking hftools
Downloading hftools-0.0.6.tar.gz
Running setup.py (path:/tmp/pip_build_root/hftools/setup.py) egg_info for package hftools
Downloading/unpacking click (from hftools)
Downloading/unpacking pyyaml (from hftools)
Running setup.py (path:/tmp/pip_build_root/pyyaml/setup.py) egg_info for package pyyaml
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'python_requires'
warnings.warn(msg)
Downloading/unpacking numpy (from hftools)
Running setup.py (path:/tmp/pip_build_root/numpy/setup.py) egg_info for package numpy
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/numpy/setup.py", line 31, in <module>
raise RuntimeError("Python version >= 3.5 required.")
RuntimeError: Python version >= 3.5 required.
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 17, in <module>
File "/tmp/pip_build_root/numpy/setup.py", line 31, in <module>
raise RuntimeError("Python version >= 3.5 required.")
RuntimeError: Python version >= 3.5 required.
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/numpy
Storing debug log for failure in /root/.pip/pip.log
The command '/bin/sh -c pip install hftools' returned a non-zero code: 1
The BSM example does not work anymore because of permission troubles:
This is perhaps because of default root container user:
Should be similar issue as in https://github.com/reanahub/reana-demo-atlas-recast/issues/18
(stems from https://github.com/reanahub/reana-workflow-engine-yadage/pull/129)