-
Notifications
You must be signed in to change notification settings - Fork 7
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
Malfunction when using Get to retrieve grow hat mini installation #217
Comments
Check the permissions of your "Pimoroni" directory, it might (due to a bug in how our installers were set up) have been created as root and not be writable- looking something like this:
|
Here's the output I got:
|
It might have something to do with how the install script is ran? I also tried one of the manual install options and when running EDIT: Can confirm same issue with 32-bit Bullseye |
@Gadgetoid I think I may have found the problem, or at least a piece of it. Line 985 of installers/grow calls for When install.sh is ran, it runs It looks like this change was made to So this is probably all embroiled in #36 & all the Pi 5 / Python Venv mess? EDIT: Tested on a Pi Zero 2W running Buster and Python version 2.7.16;
Grow-monitor still doesn't run on the outdated OS I'm testing with, will test more on a newer OS and Python version. |
Thank you for prodding into this- I've been trying to "move fast and break things" to effect these changes, but I failed at the "move fast" part. I'm hoping to make the "get" scripts much, much simpler so they just invoke the installer but, indeed, it's another piece of the larger Pi 5 / Venv mess. I think the bug with Will aim to roll out those fixes where I can. |
Is there a timeframe for fixing this? I bought a unit for my dad for Christmas. Currently debating returning it if the software isn't working. |
Hello,
I'm trying to set up the Grow Hat mini on my Raspberry Pi 3 running Rasbian Bookworm. When try to run the install script
curl -sSL https://get.pimoroni.com/grow | bash
I get feedback about cloning into a repository, etc. but when I look at my home directory all I see is the parent Pimoroni directory with no contents inside and nothing working on my grow hat. Please let me know if you need additional information.Thanks,
Caleb
The text was updated successfully, but these errors were encountered: