devo-ps/pipelines

Dependency error when installing

ilyamochalov opened this issue · 1 comments

OS: CentOS 7
Python: 2.7.5
pip: 20.0.2

When installing with pip install git+https://github.com/Wiredcraft/pipelines.git@dev throws the following error:

...
    Found existing installation: PyYAML 3.10
:stderr: 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
  Running command git clone -q https://github.com/Wiredcraft/pipelines.git /tmp/pip-req-build-5MiCFZ
ERROR: docker 3.7.3 has requirement requests!=2.18.0,>=2.14.2, but you'll have requests 2.9.1 which is incompatible.
ERROR: kubernetes 10.1.0 has requirement ipaddress>=1.0.17, but you'll have ipaddress 1.0.16 which is incompatible.
ERROR: kubernetes 10.1.0 has requirement pyyaml~=3.12, but you'll have pyyaml 3.11 which is incompatible.
ERROR: Cannot uninstall 'PyYAML'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

should be fixed in the latest version. closing as done