Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation problem on install Univerum version 0.19.15 #804

Open
profside opened this issue May 19, 2023 · 0 comments
Open

Installation problem on install Univerum version 0.19.15 #804

profside opened this issue May 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@profside
Copy link

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 profside added the bug Something isn't working label May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants