Python pip ERROR: Cannot uninstall 'PyYAML' hatası çözümü.
pip ile kurulum yaparken aşağıdaki hatayı alıyorsanuz sebebi PyYAML kütüphanesinin başka bir kütüphane tarafından kullanıldığı için kaldırılamaması.
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.
sudo -H pip3 install --ignore-installed PyYAML
Faydalı Olması Dileği İle
SunucuPARK Destek