eshapiro42 / OctoPrint-Wyze

Control Wyze devices through OctoPrint
GNU General Public License v3.0
10 stars 1 forks source link

Installation Issue #2

Closed zero1niner closed 2 years ago

zero1niner commented 2 years ago

Hey Eric, Getting an error when installing:

Installing plugin from https://github.com/eshapiro42/OctoPrint-Wyze/archive/main.zip... /home/pi/oprint/bin/python3 -m pip --disable-pip-version-check install file:///tmp/tmp0s9xmuxb/OctoPrint-Wyze-main.zip --no-cache-dir Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Processing /tmp/tmp0s9xmuxb/OctoPrint-Wyze-main.zip Requirement already satisfied: OctoPrint in /home/pi/oprint/lib/python3.7/site-packages (from OctoPrint-Wyze==0.1.4) (1.7.3) **ERROR: Could not find a version that satisfies the requirement wyze_sdk (from octoprint-wyze) ERROR: No matching distribution found for wyze_sdk Error! Could not parse output from pip, see plugin_pluginmanager_console.log for generated output**

eshapiro42 commented 2 years ago

Hi @zero1niner!

Unfortunately Python >=3.8 is required to install this plugin since (as you're seeing) the wyze_sdk module is not available for Python 3.7 or earlier.

If you still want to use it, you'll need to upgrade your OctoPrint's Python environment. Please see the bottom section "Installing Manually" at this link.

zero1niner commented 2 years ago

Shame on me for not reading that more carefully. Thanks Eric.