--
You received this message because you are subscribed to the Google Groups "weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-developm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/25fde959-d149-439f-89a8-6cd5617ed06fn%40googlegroups.com.
sudo apt update
sudo apt upgrade
sudo apt -y install gcc python3-dev python3-pip
python3 -m pip install wheel
python3 -m pip install weewx --user
If errors, try this:
python3 -m pip install weewx --no-deps
python3 -m pip install configobj
python3 -m pip install pyserial
python3 -m pip install pyusb
python3 -m pip install CT3
python3 -m pip install ephem
python3 -m pip install Pillow
python3 -m pip install pymysql[rsa]
----
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/47da2f7f-10bd-4bbd-a931-95b9f89483b1n%40googlegroups.com.
On May 29, 2023, at 10:34 AM, Lucas Heijst <ljm.h...@gmail.com> wrote:
I started all over, with the 64-bit version of Raspberri PI OS Light (64-bit) and this time all went OK
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/636580dc-eca5-4370-839e-96791a4909f6n%40googlegroups.com.
Should a 64 bit O/S be a WeeWX prerequisite?
For users with a limited knowledge of Linux the installation of weewx should be a few (simple) installation steps as it always was before.
I installed at first Raspberri PI OS Light (32-bit) which resulted in errors
I don't think a user can expect a prebuilt wheel for a 32-bit operating system --- they're pretty rare nowadays.
FWIW, the Raspi Foundation still recommend their 32-bit variant according to their website, but the 64-bit variants are there too of course...
--
You received this message because you are subscribed to the Google Groups "weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-developm...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/7cdc3613-7f86-4e42-8e98-46da14f345f1n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/8878413c-5b1a-4d7a-8de9-85d938a85475n%40googlegroups.com.
apt update && apt upgrade
apt install gcc python3-dev python3-pip
apt install python3-cryptography
pip3 install wheel --user
pip3 install weewx --user
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/71a02789-9bc4-4b8e-94be-aac130cde0e0n%40googlegroups.com.