-
-
Notifications
You must be signed in to change notification settings - Fork 506
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
Raspberry Pi 4 | dietpi-firstrun fails | "python-pip no install candidate" #5245
Comments
I guess you are trying to install MotionEye correct? This is not working on Bullseye, since it did not support Python 3 and probably will not, because the maintainer is not continue working on the project. |
Oh, yeah I was also going to install motioneye - but only because mjpg-streamer wasnt working for some reason. The end goal of this pi is to run octoprint+klipper with a CSI camera monitoring prints. I'll try again without motioneye & report back |
How did you try to install MotionEye? It should be disabled and deselected automatically when trying to install it on Bullseye and shouldn't be visible in the list 🤔. Let's also debug why mjpg-streamer isn't working. |
indeed should be disabled already 🤔
|
I just recognised that software installs not supported on arch, hardware model or Debian version are not skipped when installing via automated first run installs. This was checked only for CLI or menu installs: b6ade21 Interesting that this was never recognised before, was like that since a long time 😅. Fixed with: b6ade21 Probably we should add this check at a later place in code which is called regardless how the install flag has been set, like just before dependency checks. |
So yeah, I swapped the motioneye auto-install for mjpg-streamer and the install worked fine - apart from some other weird quirks but those are unrelated to this so closing this issue. |
After the finished install & auto-setup it worked so must've been something weird with the previous install c: |
Okay great. |
- DietPi-Software | WireGuard: Check more effectively whether the module is shipped with the kernel package and also support the case that the module is really a kernel builtin instead of a dedicated file - CHANGELOG | DietPi-Software: Resolved an issue where it was possible via AUTO_SETUP_INSTALL_SOFTWARE_ID dietpi.txt settings to install software on first boot which is actually not supported on the platform (hardware architecture, SBC model or Debian version). Many thanks to @eyduh for reporting this issue: #5245
Hoi,
trying to setup a fresh install on a raspberry pi using the automation, I selected a bunch of tools I would like on there - among others python 3. I guess the package naming has changed since bullseye as it won't work? It's weird cause I could install python and pip from dietpi-software on the previous install before wiping it.
Other stuff that fails to install during first run skips itself and waits for reboot (Noticed docker did this in the install due to kernel update)
Details:
Linux adaprints0 5.10.63-v8+ #1488 SMP PREEMPT Thu Nov 18 16:16:16 GMT 2021 aarch64 GNU/Linux
apt-get -qq --allow-change-held-packages install motion v4l-utils curl python-pip python-dev gcc libssl-dev libcurl4-openssl-dev libjpeg-dev zlib1g-dev
Steps to reproduce:
Expected behaviour:
Actual behaviour:
Extra details:
Additional logs:
The text was updated successfully, but these errors were encountered: