peted-davis / WeatherFlow_PiConsole

Raspberry Pi Python console for WeatherFlow Tempest and Smart Home Weather Stations
GNU General Public License v3.0
159 stars 21 forks source link

wfpiconsole update issue #106

Closed klockk closed 1 year ago

klockk commented 1 year ago

Just noticed this today, trying to check for updates to the wfpiconsole code. It seems to be running using the current code, so not sure what changed recently?

pi@ADA:~/EdgeBridge $ sudo wfpiconsole update

  [✓] Root user check passed
  [!] Architecture check warning (aarch64)

  [✗] OS check failed (Raspbian GNU/Linux 10 (buster))

pi@ADA:~/EdgeBridge $ uname -a
Linux ADA 5.10.103-v8+ #1529 SMP PREEMPT Tue Mar 8 12:26:46 GMT 2022 aarch64 GNU/Linux
pi@ADA:~/EdgeBridge $ 
peted-davis commented 1 year ago

The install script is now much stricter when checking for compatible OS versions and architectures. Because you are running on an unsupported 64 bit architecture, you cannot using the Buster version of Raspberry Pi OS. I would suggest using the fully supported 32 bit version of Raspberry Pi OS on a Pi 4

klockk commented 1 year ago

I upgraded to Bullseye and that resolved the issue as well.