jneilliii / OctoPrint-PrintScheduler

MIT License
10 stars 2 forks source link

ERROR: Package 'Print-Scheduler' requires a different Python: 2.7.16 not in '>=3, <4' Error! #7

Closed sildehoop closed 3 years ago

sildehoop commented 3 years ago

OctoPrint: 1.6.1

Installing plugin from https://github.com/jneilliii/OctoPrint-PrintScheduler/archive/master.zip...
/home/pi/oprint/bin/python2 -m pip --disable-pip-version-check install file:///tmp/tmpoOitwa/master.zip --no-cache-dir
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Processing /tmp/tmpoOitwa/master.zip
ERROR: Package 'Print-Scheduler' requires a different Python: 2.7.16 not in '>=3, <4'
Error!
Could not parse output from pip, see plugin_pluginmanager_console.log for generated output
sildehoop commented 3 years ago

plugin_pluginmanager_console.log

jneilliii commented 3 years ago

The next version of octoprint will give more appropriate error here I think, but that is expected. The plugin is dedicated as python 3 only and looks like you are still on 2. Upgrade is greatly easy as long as your octopi image isn't too old.

https://github.com/cp2004/Octoprint-Upgrade-To-Py3