You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
remove picamera from base install dependencies
add steps to check install/manage install of picamera to camera tools that directly run on a pi
The text was updated successfully, but these errors were encountered:
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!
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:
The text was updated successfully, but these errors were encountered: