DrAlexLiu / OctoPrint-PiNozCam

AI model running on RPi for failure detection
GNU Affero General Public License v3.0
39 stars 4 forks source link

Install Not Getting Requirements #7

Closed jneilliii closed 5 months ago

jneilliii commented 6 months ago

There have been multiple reports on Discord and in the forum of people installing this plugin and it not loading properly because it's missing dependencies. Here's one example.

https://community.octoprint.org/t/pinozcam-plugin-unable-to-show-up/57331

I suspect it's from your conditional setup_requires possibly?

DrAlexLiu commented 6 months ago

In setup.py

I change the method to determinate the x32 or x64 platform. Now using import struct

it can identify the python's architecture, instead of CPU's architecture. It should be more accurate.

jneilliii commented 6 months ago

make sure you create a release that matches the version number in setup.py. that's how software update checks will get updates.

https://github.com/DrAlexLiu/OctoPrint-PiNozCam/releases

DrAlexLiu commented 5 months ago

Create first release v1.0.0