Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Not Getting Requirements #7

Closed
jneilliii opened this issue Mar 9, 2024 · 3 comments
Closed

Install Not Getting Requirements #7

jneilliii opened this issue Mar 9, 2024 · 3 comments

Comments

@jneilliii
Copy link

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
Copy link
Owner

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
Copy link
Author

jneilliii commented Mar 9, 2024

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
Copy link
Owner

Create first release v1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants