Salandora / octoprint-customControl

This plugin makes Custom Controls editable through the OctoPrint WebUI
GNU Affero General Public License v3.0
26 stars 15 forks source link

cannot uninstall plugin #16

Open Jahislove opened 6 years ago

Jahislove commented 6 years ago

OctoPrint==1.3.8 OctoPrint-CustomControlPlugin==0.2.1 octopi 0.15

impossible to uninstall octoprint-customControl when uninstalling from plugin manager i have this message Cannot uninstall requirement octoprint-customControl, not installed

i try from command line and same problem /home/pi/oprint/bin/pip uninstall --yes octoprint_customControl Cannot uninstall requirement octoprint-customControl, not installed

in fact , the name of the plugin is not correct /home/pi/oprint/bin/pip freeze | grep OctoPrint OctoPrint-CustomControlPlugin==0.2.1

and now with this command it work /home/pi/oprint/bin/python2 -m pip uninstall --yes octoprint_customControlPlugin Uninstalling OctoPrint-CustomControlPlugin-0.2.1: Successfully uninstalled OctoPrint-CustomControlPlugin-0.2.1

Nappyy commented 6 years ago

I can confirm this issue

AvanOsch commented 6 years ago

Indeed. Confirmed. Thanks to Jahislove for the solution!