You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
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.
The text was updated successfully, but these errors were encountered: