-
Notifications
You must be signed in to change notification settings - Fork 255
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
RTIMULib copy should be optional #88
Comments
In general, you should be guaranteed access to your home directory, if nowhere else. But yes, flexibility wouldn't hurt. |
Indeed. I'm trying to use python-sense-hat on on a limited access case (Home Assistant on Hass.io). As the RTIMULib is not listed as a dependency, it is not installed on my device and thus I cannot use my sense hat. |
or at least requierement should be mentionned somewhere Hints: |
RTIMULib dep is missing from sense_hat so it's added here, until it gets optional. Relate-to: astro-pi/python-sense-hat#88 Signed-off-by: Philippe Coval <[email protected]> Change-Id: Ibc222fdb9348b31a9a903ce2931a30068ec13fb7
Copying the RTIMULib to the home folder requires access to the home folder, which in some cases, ie. running as root can become complex.
This should be a setting on load of the lib, to choose whether or not to copy the RTIMULib file or not.
Event, be able to provide path to file directly.
The text was updated successfully, but these errors were encountered: