No internet connection
  1. Home
  2. Technical Support

I get an error during the update.

By @GuNeR2919
    2022-02-18 06:07:24.045Z

    I'm start the update TinyPilot with:

    /opt/tinypilot/scripts/upgrade && sudo reboot
    

    And get error:

    ERROR: Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from versions: none)
    ERROR: No matching distribution found for pkg-resources==0.0.0
    

    I tried install fresh copy with:

    curl \
      --silent \
      --show-error \
      https://raw.githubusercontent.com/tiny-pilot/tinypilot/master/quick-install | \
        bash - && \
      sudo reboot
    

    And get same error.

    Can you help me fix this?

    • 1 replies
    1. B
      @burg
        2022-02-21 01:20:17.700Z

        What version are you using?

        If using 1.4.0 or higher, do you still have the same problem if using the System/Update from the web UI?

        Also, can you ping raw.githubusercontent.com successfully?