Ubuntu: Matplotlib mit Pip deinstallieren funktioniert nicht

Post a reply

Smilies
:) :( :oops: :chelo: :roll: :wink: :muza: :sorry: :angel: :read: *x) :clever:
View more smilies

BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Ubuntu: Matplotlib mit Pip deinstallieren funktioniert nicht

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)

Top