Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: Cannot uninstall 'PyYAML' resolved method

Tags:

pyyaml

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

I resolved by below command:

$ pip install -U PyYAML               
Defaulting to user installation because normal site-packages is not writeable
Processing ./.cache/pip/wheels/e5/9d/ad/2ee53cf262cba1ffd8afe1487eef788ea3f260b7e6232a80fc/PyYAML-5.3.1-cp36-cp36m-linux_x86_64.whl
Installing collected packages: PyYAML
Successfully installed PyYAML-5.3.1


$ pip show PyYaml

Name: PyYAML
Version: 5.3.1
Summary: YAML parser and emitter for Python
Home-page: https://github.com/yaml/pyyaml
Author: Kirill Simonov
Author-email: [email protected]
License: MIT
Location: /home/ranger/.local/lib/python3.6/site-packages
Requires: 
Required-by:
like image 977
Ranger Zhou Avatar asked Oct 25 '25 01:10

Ranger Zhou


1 Answers

sudo -H pip3 install --ignore-installed PyYAML
like image 133
James Avatar answered Oct 28 '25 04:10

James



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!