-
Notifications
You must be signed in to change notification settings - Fork 181
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
AllSky software installation failed #3020
Comments
I have the same problem. New Pi4b and new install of Pi OS. HElp ! |
I tried another install and got further, but it still crashed. Now I get as far as Python stuff and it stops at #11. Here is the log file. Thanks for any help. |
Ok, tried to reinstall and all went well. Sorry for the trouble. |
Bookworm isnt supported yet, We have a release in testing that supports Bookworm so you can wait for that, hopefully wont be too long or use Bullseye in the emantime Cheers Alex |
@Markh129, would you please run
on your Bookworm system and let me know the results? It'll help us support Bookworm. |
@Alex-developer, I think we should update the "master" install.sh to check for Bookworm, and print a message and exit. Once Point Release 4 is out that check will go away. |
Excellent idea :-) |
hello, I tried a new OS version: Raspberry Pi OS (Legacy) with desktop after installation I made the updates as before. I started the installation, camera was found. Success! The issue is solved. Thank you! |
Good to hear! |
Raspberry Pi 4 Model B Rev 1.5 4GB
RPi-HQ-camera
on the command -> tail -n 4 /proc/cpuinfo :
Hardware: BCM2835
Revision: c03115
Serial: 10000000ff82110c
Raspberry Pi OS with desktop
Release date: October 10th 2023
System: 32-bit
Kernel version: 6.1
Debian version: 12 (bookworm)
Bug Description
Hi, I'm new to Github and also making my first experience with the Raspberry Pi.
I'm on loan for everything this is about.
I would like to get an AllSkyCam up and running, but am failing with the AllSky software installation.
The OS installation works. After OS installation I always make an update with:
sudo apt-get update
sudo apt-get dist-upgrade
That works also well.
Then I download the software from Github and start the installation.
But the installation aborts every time with errors like this:
*** Welcome to the Allsky Installer! ***
mount: (hint) your fstab has been modified, but systemd still uses
the old version; use 'systemctl daemon-reload' to reload.
*** NOTICE:
*** ERROR:
Compile failed
Log file content:
make[1]: Entering directory '/home/sttie/allsky/src'
Building capture_ZWO.o ...
cc1plus: error: '-mfloat-abi=hard': selected architecture lacks an FPU
make[1]: *** [Makefile:131: capture_ZWO.o] Error 1
make[1]: Leaving directory '/home/sttie/allsky/src'
make: *** [Makefile:24: all] Error 2
I also tried Bookworm 64bit lite, the result was:
…
Failed to restart rsyslog.service: Unit rsyslog.service not found.
*** ERROR
Python_dependencies [numpy>=1.25.0] failed
content of the file is:
sttie@pi:~/allsky/config/installation_logs $ nano Python_dependencies.1.log
GNU nano 7.2 Python_dependencies.1.log
error: externally-managed-environment
× This environment is externally managed
╰─> To install Python packages system-wide, try apt install
python3-xyz, where xyz is the package you are trying to
install.
note: If you believe this is a mistake, please contact your Python installation>
hint: See PEP 668 for the detailed specification.
Do I need to try any other OS version?
Would be great if somebody could help me.
Please consider I’am a very beginner.
Thank you! Stefan
The text was updated successfully, but these errors were encountered: