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_customControlCannot 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_customControlPluginUninstalling OctoPrint-CustomControlPlugin-0.2.1:
Successfully uninstalled OctoPrint-CustomControlPlugin-0.2.1
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