Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

PyYAML installation failure #68

Open
jmspaggi opened this issue Apr 15, 2021 · 1 comment
Open

PyYAML installation failure #68

jmspaggi opened this issue Apr 15, 2021 · 1 comment

Comments

@jmspaggi
Copy link

Describe the bug
Installation of pyhydroquebec fails on PyYAML dependency

To Reproduce
Steps to reproduce the behavior:
pip install pyhydroquebec

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

Expected behavior
Have PyYAML correcting installed

PyHydroQuebec and Python version
Please write here which version of Python and PyHydroQuebec you are using.
Python 3.7.6
git clone. Last version of PyHydroQuebec

@jmspaggi
Copy link
Author

This can be bypassed by using the following command:

pip install pyhydroquebec --ignore-installed PyYAML

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant