The TinyPilot forum is now closed.

As part of our efforts to provide more direct, focused, and responsive support, we are transitioning our forum to a read-only format. While you can continue to browse past discussions, we invite you to explore our FAQ or contact us by email for personal support. We appreciate your understanding - thank you to everyone who has contributed to our forum community over the years!

No internet connection
  1. Home
  2. Technical Support

Tiny Pilot Installation fails with Raspberry Pi 64 Bit Lite OS

By ooyy venkyy @venky9
    2023-06-05 18:21:11.271Zassigned to
    • @cghague

    Hi,

    I am trying to install TinyPilot on Raspberry Pi 4 Model B 2 GB RAM.

    I installed the Pi OS Lite 64 Bit.

    When I run the install with below command as root,

    curl
    --silent
    --show-error
    https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/get-tinypilot.sh |
    bash -

    It always errors out at the same step while installing TinyPilot.
    Below is the error log. Please help.

    • 1 replies
    1. C

      Hi Ooyy, thanks for reaching out. I’m sorry to hear you’re having installation issues.

      We’d normally recommend installing on the 32-bit version of Raspberry Pi OS. However, I believe that some users have had some success installing on the 64-bit version, so it may be possible. The error message suggests that there is a dependency issue. Can you please confirm that this is a fresh installation of Raspberry Pi OS Bullseye? If so, can you please try manually installing python3-dev by running sudo apt install python3-dev?