Open brendenpelkie opened 11 months ago
Good catch-- currently it installs fine on mac or windows, but the conditional check in setup.py is currently if running on linux; I would propose changing this to check the os_name to only install on Raspberry Pi!
That makes sense too. That's cool I didn't know you could do conditional installs like that!
Addressed by #41. Checks for pi camera by checking for aarch64 machine instead of linux platform.
Reopening because I just tried a fresh install on my pi 3 which isn't aarch64 so picamera doesn't install! I'll submit a pull request with a fix for this one
The picamera package is listed as a dependency in setup.py, making science_jubilee uninstallable on a non-pi system (or at least my WSL ubuntu instance).
Proposed fix: