PiSCSI / piscsi

PiSCSI allows a Raspberry Pi to function as emulated SCSI devices (hard disk, CD-ROM, and others) for vintage SCSI-based computers and devices. This is a fork of the RaSCSI project by GIMONS.
https://piscsi.org
BSD 3-Clause "New" or "Revised" License
545 stars 82 forks source link

Pre-built Images need internet connectivity on first power-up #1149

Open akuker opened 1 year ago

akuker commented 1 year ago

Info

With the v23.04.01 (and earlier) releases, the Raspberry Pi needs to be connected to the internet in order to download several Python packages for the web interface.

There is logic in easyinstall.sh that tries to cache the packages, but it doesn't seem to be working properly.

akuker commented 1 year ago

PR #1148 tried to fix this, but it just downloaded the packages to the ~/piscsi/python/web directory.

Some observations:

Pip cache commands: https://pip.pypa.io/en/stable/cli/pip_cache/