You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
PR #1148 tried to fix this, but it just downloaded the packages to the ~/piscsi/python/web directory.
Some observations:
When using the pip3 install -r requirements.txt it appears that only the first package was actually cached.
Some of the older versions of python required a pip conf file in the home directory. It looks like that's not supposed to be needed with newer versions of python.
Note that the web interface is running as root, so the cached information is supposed to be in /root/.cache/
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.
The text was updated successfully, but these errors were encountered: