wetterdienst on Raspberry Pi Zero 2W #942
chr-sto
started this conversation in
Show and tell
Replies: 1 comment
-
|
Dear @chr-sto , thanks for the notice! I will add your suggestions to the docs! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I tested wetterdienst on a Raspberry Pi Zero 2W and want to share some helpful information. Perhaps someone can add it in the official documentation.
For installing wetterdienst I had to install first:
sudo apt install gfortran
sudo apt-get install python3-lxml
sudo apt-get install libopenblas-base
sudo apt-get install libopenblas-dev
sudo apt install libatlas-base-dev
then expand the Swap to 2048 mb in the following file:
sudo nano /etc/dphys-swapfile
Building and installing scipy as part of the wetterdienst package needs some time. Be patient.
After that, you can build your own raspberry pi weather-station with wetterdienst.
Best regards,
Chris
Beta Was this translation helpful? Give feedback.
All reactions