From what I can tell from the Octoprint-Wyze install log, the cffi module fails to build when gcc is not found. Otherwise, the log shows a successful completion, but after restarting Octoprint (ver 1.9.3) the plugin is not installed.
Blockquote
Building wheel for cffi (pyproject.toml): started
Building wheel for cffi (pyproject.toml): finished with status 'error'
error: subprocess-exited-with-error
Γ Building wheel for cffi (pyproject.toml) did not run successfully.
? exit code: 1
??> [62 lines of output]
No working compiler found, or bogus compiler options passed to
the compiler from Python's standard "distutils" module. See
the error messages above. Likely, the problem is not related
to CFFI but generic to the setup.py of any Python package that
tries to compile C code. (Hints: on OS/X 10.8, for errors about
-mno-fused-madd see clang error: unknown argument: '-mno-fused-madd' (python package installation failure) - Stack Overflow
Otherwise, see CompLangPython - Python Wiki or
the IRC channel #python on irc.libera.chat.)
Blockquote
OctoPrint-Wyze-main.zip (251.9 KB)
octoprint-systeminfo-20231104025605.zip (1.7 MB)
I'm running Octoprint on an Android Pixel 3XL, Android ver. 13 (using octo4a).
Does anyone have insight on how I can get this plugin installed correctly?
Thank You,
...Patrick