-
Hi, I've had a lot if issues with the install on my raspberryPi . My OS details are: PRETTY_NAME="Raspbian GNU/Linux 11 (bullseye)" I'm stuck on dependency 8 scikit-image. To be honest, I had failures of lots of the previous packages too but managed to install them manually outside of the install script but I just can't seem to get around this error. During install I get the following: The following steps can take up to 1 - 3 HOURS depending on the speed of your Pi
*** ERROR: Python dependency [scikit-image] failed The full log file is in /home/pi/allsky/config/installation_logs/Python_dependencies.8.log Here are the contents of /home/pi/allsky/config/installation_logs/Python_dependencies.8.log which seems to show syntax errors: I've attached the /home/pi/allsky/config/installation_logs/Python_dependencies.8.log I have no idea how to proceed so any guidance would be really welcomed. I think I may have issues with my OS build or python version as I can see others with RaspberryPI devices installing without these issues and alos many of the other dependencies failed too but were installed manually and the install seems to carry on past them. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi all, I think I reached out too soon. I managed to get past the error by changing the config_repo/requirements.txt entry for scikit-image to scikit-image<=0.19.3 |
Beta Was this translation helpful? Give feedback.
Hi all,
I think I reached out too soon. I managed to get past the error by changing the config_repo/requirements.txt entry for scikit-image to
scikit-image<=0.19.3