--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/d1c4583e-5053-4728-9baf-7f637a439991o%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
In fact it's python 2 running on my raspberry:
pi@raspberrypi:~ $ python -V
Python 2.7.16
Prerequisites for Debian 10 (Buster), Raspbian 10, Ubuntu 18.04-19.10
sudo apt update # Required sudo apt install python3-configobj sudo apt install python3-pil sudo apt install python3-serial sudo apt install python3-usb sudo apt install python3-pip # This works for most installations... sudo apt install python3-cheetah # ... if not, try this: sudo pip3 install Cheetah3 # Optional: for extended almanac information sudo apt install python3-ephem # Required if you are using MySQL (MariaDB): sudo apt install mariadb-client sudo apt install python3-mysqldb
I wonder if I will not reinstall weewx with the saved files and directories ...
I wonder if I will not reinstall weewx with the saved files and directories ...
--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8901e6f0-dc91-482a-96bc-345aa00cd635o%40googlegroups.com.
After installing the prerequisites, you can install WeeWX itself.
Expand the source archive:
tar xvfz weewx-X.Y.Z.tar.gz
Change directory into the expanded archive:
cd weewx-X.Y.Z
To specify an install location different from the default /home/weewx, modify the parameter home in the setup.cfg file. Mac users will want to change it to /Users/Shared/weewx.
Then build and install. Python 2 users: substitute python2 for python3.
python3 ./setup.py build sudo python3 ./setup.py install

--
You received this message because you are subscribed to the Google Groups "weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/2f8b8c32-509d-4cac-9ce7-36e3354418den%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/58117a25-289e-41f0-922c-1e1b7320f51dn%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/8083aade-6ec3-4e8a-bf4a-6c5b6bf4c2c1n%40googlegroups.com.
pi@raspberrypi:~ $ PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
pi@raspberrypi:~ $ NAME="Raspbian GNU/Linux"
pi@raspberrypi:~ $ VERSION_ID="9"
pi@raspberrypi:~ $ VERSION="9 (stretch)"
pi@raspberrypi:~ $ VERSION_CODENAME=stretch
pi@raspberrypi:~ $ ID=raspbian
pi@raspberrypi:~ $ ID_LIKE=debian
pi@raspberrypi:~ $ HOME_URL="http://www.raspbian.org/"
pi@raspberrypi:~ $ SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
pi@raspberrypi:~ $ BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
To unsubscribe from this group and stop receiving emails from it, send an email to weewx...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/52d48245-234a-4b8d-9b8f-e536d1ebcc77o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/52d48245-234a-4b8d-9b8f-e536d1ebcc77o%40googlegroups.com.