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
For some reason the update button on the configuration page does not work. It says there is an update, but when I click it, a few minutes later the ticker becomes non-responsive and I can no longer access http://tinyticker.local/.
There is an issue updating to 1.1.5 where tinyticker becomes unable to startup, with error message:
* The Python version is: Python3.11 from "/usr/bin/python3"
* The NumPy version is: "2.2.1"
and make sure that they are the versions you expect.
Please carefully study the documentation linked above for further help.
Original error was: libopenblas.so.0: cannot open shared object file: No such file or directory
It seems, this is caused by a version bump of numpy which requires the libopenblas0 shared library.
To get tinyticker up and running again, you can either:
ssh into the pi and run sudo apt install libopenblas0
Originally posted by @mattrcarroll in #70 (comment)
There is an issue updating to
1.1.5
wheretinyticker
becomes unable to startup, with error message:It seems, this is caused by a version bump of
numpy
which requires thelibopenblas0
shared library.To get
tinyticker
up and running again, you can either:sudo apt install libopenblas0
tinyticker
disk imageThe text was updated successfully, but these errors were encountered: