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
I tried to install fandogh cli using pip install fandogh-cli but I got this 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.
Python 3.7.0
pip 19.0.3
The text was updated successfully, but these errors were encountered:
You can find more info here
I resolved my issue by downgrading pip using pip install --upgrade --force-reinstall pip==9.0.3 and then successfully installed fandogh-cli using pip install fandogh-cli --disable-pip-version-check
I tried to install fandogh cli using
pip install fandogh-cli
but I got this 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.
Python 3.7.0
pip 19.0.3
The text was updated successfully, but these errors were encountered: