by Guest » 12 Jan 2025, 11:01
Ich verwende Ubuntu und muss matplotlib
deinstallieren, das ich als Ubuntu-Paket installiert und später mit pip aktualisiert habe.
Der übliche Befehl funktioniert nicht:
Code: Select all
$ sudo pip uninstall matplotlib
Can't uninstall 'matplotlib'. No files were found to uninstall.
Was soll ich tun?
Zusätzliche Informationen:
Code: Select all
~$ pip matplotlib --version
ERROR: unknown command "matplotlib"
me@me:~$ pip show matplotlib
---
Name: matplotlib
Version: 1.4.0
Location: /usr/local/lib/python2.7/dist-packages
Requires: numpy, six, python-dateutil, pyparsing, nose, mock, nose, mock
$ pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
Ich verwende Ubuntu und muss matplotlib [b]deinstallieren[/b], das ich als Ubuntu-Paket installiert und später mit pip aktualisiert habe.
Der übliche Befehl funktioniert nicht:
[code]$ sudo pip uninstall matplotlib
Can't uninstall 'matplotlib'. No files were found to uninstall.
[/code]
Was soll ich tun?
Zusätzliche Informationen:
[code]~$ pip matplotlib --version
ERROR: unknown command "matplotlib"
me@me:~$ pip show matplotlib
---
Name: matplotlib
Version: 1.4.0
Location: /usr/local/lib/python2.7/dist-packages
Requires: numpy, six, python-dateutil, pyparsing, nose, mock, nose, mock
$ pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)
[/code]