Universum icon indicating copy to clipboard operation
Universum copied to clipboard

Installation problem on install Univerum version 0.19.15

Open profside opened this issue 2 years ago • 0 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.

profside avatar May 19 '23 12:05 profside