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

Cannot uninstall 'PyYAML'. It is a distutils installed project #207

Closed
ftabashir opened this issue Apr 2, 2019 · 2 comments
Closed

Cannot uninstall 'PyYAML'. It is a distutils installed project #207

ftabashir opened this issue Apr 2, 2019 · 2 comments

Comments

@ftabashir
Copy link

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

@ftabashir
Copy link
Author

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

@rcrespo15
Copy link

worked for me while installing kedro

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

No branches or pull requests

2 participants