On Tuesday, March 7, 2017 at 4:49:14 PM UTC-8, Tom Keffer wrote:
>
> Please do. I'd like to see the error. PIL should work with weewx.
>
>
>
Probably only loosely related, but the same "apt-get install" commands work 
in order to install weewx via setup.py for both Ubuntu xenial64 and Debian 
jessie64, both of which use systemd.   This is a snippet from an ansible 
playbook, but it should be pretty obvious.  First section would be "apt-get 
install -y" then a list, second is "pip install" then a list.  Just like 
the docs say.  I run nginx here for the webserver, which you'll see in the 
list below.


    - name: install packages
      package:  name={{ item }} state=present
      with_items:
        - apt-transport-https
        - sqlite3
        - wget
        - curl
        - ntp
        - procps
        - nginx
        - python-configobj
        - python-cheetah
        - python-imaging
        - python-serial
        - python-usb
        - python-dev
        - python-pip
        - openssh-server
        - xtide
        - xtide-data

    - name: install pyephem
      pip:
        name: pyephem



I install xtide and pyephem because I fiddle with the forecast module and 
astronomical stuff, but they're not strictly required for a vanilla system.

If anybody wants the full Vagrantfile and ansible playbook, email me and 
I'll put it up on github when I get a chance....


-- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to