Can't install OctoPrint-Wyze Plugin

Does anyone else have issues when trying to install the OctoPrint-Wyze plugin? When I install it, it seems to download fine, but then once it's installed, and I get the right hand popup telling me to reset the PI, it says its an unknown plugin. Any ideas? Thanks in advance!!!

octoprint-systeminfo-20230704021146.zip (28.3 KB)

A bit more information about your system (OctoPrint version etc) would be quite useful.

Very handy is the systeminfo bundle

Apologies for not including the System Info. The thread has been updated with the .zip folder.

the Wyze plugin needs a certain module:

ModuleNotFoundError: No module named 'cryptography'

Reason:

2023-07-03 03:49:06,852 > Failed to build cryptography
2023-07-03 03:49:07,399 ! error: subprocess-exited-with-error
2023-07-03 03:49:07,401 ! 
2023-07-03 03:49:07,402 ! Γ— Building wheel for cryptography (pyproject.toml) did not run successfully.
2023-07-03 03:49:07,403 ! β”‚ exit code: 1
2023-07-03 03:49:07,404 ! ╰─> [172 lines of output]

With these additional information:

2023-07-03 03:49:07,529 ! =============================DEBUG ASSISTANCE=============================
2023-07-03 03:49:07,530 ! If you are seeing a compilation error please try the following steps to
2023-07-03 03:49:07,531 ! successfully install cryptography:
2023-07-03 03:49:07,532 ! 1) Upgrade to the latest pip and try again. This will fix errors for most
2023-07-03 03:49:07,533 ! users. See: https://pip.pypa.io/en/stable/installing/#upgrading-pip
2023-07-03 03:49:07,534 ! 2) Read https://cryptography.io/en/latest/installation/ for specific
2023-07-03 03:49:07,535 ! instructions for your platform.
2023-07-03 03:49:07,536 ! 3) Check our frequently asked questions for more information:
2023-07-03 03:49:07,536 ! https://cryptography.io/en/latest/faq/
2023-07-03 03:49:07,537 ! 4) Ensure you have a recent Rust toolchain installed:
2023-07-03 03:49:07,538 ! https://cryptography.io/en/latest/installation/#rust
2023-07-03 03:49:07,540 ! 
2023-07-03 03:49:07,540 ! Python: 3.9.2
2023-07-03 03:49:07,541 ! platform: Linux-6.1.21-v7+-armv7l-with-glibc2.31
2023-07-03 03:49:07,542 ! pip: n/a
2023-07-03 03:49:07,543 ! setuptools: 68.0.0
2023-07-03 03:49:07,544 ! setuptools_rust: 1.6.0
2023-07-03 03:49:07,545 ! rustc: n/a
2023-07-03 03:49:07,546 ! =============================DEBUG ASSISTANCE=============================
2023-07-03 03:49:07,547 ! 
2023-07-03 03:49:07,548 ! error: can't find Rust compiler
2023-07-03 03:49:07,549 ! 
2023-07-03 03:49:07,550 ! If you are using an outdated pip version, it is possible a prebuilt wheel is available for this package but pip is not able to install from it. Installing from the wheel would avoid the need for a Rust compiler.
2023-07-03 03:49:07,551 ! 
2023-07-03 03:49:07,552 ! To update pip, run:
2023-07-03 03:49:07,553 ! 
2023-07-03 03:49:07,554 ! pip install --upgrade pip
2023-07-03 03:49:07,555 ! 
2023-07-03 03:49:07,555 ! and then retry package installation.
2023-07-03 03:49:07,556 ! 
2023-07-03 03:49:07,557 ! If you did intend to build this package from source, try installing a Rust compiler from your system package manager and ensure it is on the PATH during installation. Alternatively, rustup (available at https://rustup.rs) is the recommended way to download and update the Rust compiler toolchain.
2023-07-03 03:49:07,558 ! 
2023-07-03 03:49:07,560 ! This package requires Rust >=1.56.0.
2023-07-03 03:49:07,561 ! [end of output]

Then you have this:

2023-07-03 03:50:24,624 - octoprint.plugins.pi_support - WARNING - This Raspberry Pi is reporting problems that might lead to bad performance or errors caused by overheating or insufficient power.
!!! UNDERVOLTAGE REPORTED !!! Make sure that the power supply and power cable are capable of supplying enough voltage and current to your Pi.

So, what plugin do I need to install before wyze? Didn't find cryptography, or rust in the plugin library.

Afaik, there is no certain plugin.

You may get help at the author's github site: