Just an FYI for the setup.py version of install <http://weewx.com/docs/setup.htm> for Ubuntu, it indicates the below command, however this package isn't available in apt.
sudo apt install python3-cheetah It needs to be installed via pip3 install Cheetah3 (At least on my brand-new Ubuntu 18.04.4 install) root@weewx4schema:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.4 LTS Release: 18.04 Codename: bionic root@weewx4schema:~# apt-cache search cheetah python-mako - fast and lightweight templating for the Python platform python3-mako - fast and lightweight templating for the Python 3 platform goldencheetah - set of analysis tools for cycling performance koji-servers - RPM-based build system - server components moap - Swiss army knife for project maintainers and developers python-cheetah - text-based template engine and Python code generator root@weewx4schema:~# pip3 install Cheetah3 Collecting Cheetah3 Downloading https://files.pythonhosted.org/packages/98/4d/48fef2a6ee8e395f299f46b865543cefae2a87b5c2ec57b637d557af7fff/Cheetah3-3.2.5-cp36-cp36m-manylinux1_x86_64.whl (672kB) 100% |████████████████████████████████| 675kB 2.5MB/s Installing collected packages: Cheetah3 Successfully installed Cheetah3-3.2.5 -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/430873d0-9166-4d71-9a16-41add340e6a0%40googlegroups.com.
