-
Notifications
You must be signed in to change notification settings - Fork 109
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
Newer requirements.txt
versions incompatible with pi-zero
#134
Comments
Care to do a pull request? :-) |
@Nickduino sure thing, would you prefer a modification to the existing |
@MichaelB2018, @rbswift, @MarkGodwin and others: what's your take on this? |
suggest a new one |
I'm not an expert but suggest holding back versions in as targeted and limited was possible so we get maximum benefit of future but fixes where possible. Creating a virtual environment (venv) may also be an option. |
Alright, a limiting requirements.txt for the Pi-Zero, then :-) |
As per title, I'm not sure which requirement is causing the problem, but I suspect it's
ephem
.When trying to run
operateShutters.py
all you get is anIllegal Operation
message, probably because a newer version of one of the dependencies has native code built for a newer instruction set.I've found pinning the versions in
requirements.txt
fixes this, I suggest that either the versions are pinned in this repo or an alternativerequirements.pizero.txt
be added containing something like this (my last known good versions):The text was updated successfully, but these errors were encountered: