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?