Samsung / Universum

Universum project is a Python solution that simplifies SW project verification by integrating existing CI systems and provides additional functionality for CI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation problem on install Univerum version 0.19.15

profside opened this issue · comments

Description

On install universum with pip have error:
Attempting uninstall: pyyaml
Found existing installation: PyYAML 3.12
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.

current workaround is add option --ignore-installed to pip install

Steps to reproduce

pip install universum

For Universum please provide the following information if applicable:

  • Contents of configuration file ('config.py' by default)
  • Environment variables set (especially those used by Universum)
  • Command line with all parameters
  • Additional context if needed

Expected result

Install without error

Actual result

Attempting uninstall: pyyaml
Found existing installation: PyYAML 3.12
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.

Environment

Ubuntu 18.04 (docker)
universum 0.19.15
python 3.8

Additional context

Add any other context about the problem here.