I followed the setup.py installation instructions.
One of those instructions is to execute:
FYI, not only will I be generating Weewx graphics, but I will also be "doctoring" images downloaded from some webcams.
--
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+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
# a couple of dependencies first
apt-get -y install libfreetype6-dev # need this first or get libfreetype errors
apt-get -y install libjpeg-dev
# install Pillow through pip
pip install pillow
wget https://bootstrap.pypa.io/get-pip.py
sudo python get-pip.py
To unsubscribe from this group and stop receiving emails from it, send an email to weewx-user+...@googlegroups.com.
I got endless import errors when I used the "apt-get install python-imaging" method of installing PIL. I'd fix one import error and have to deal with the next.
--
You received this message because you are subscribed to a topic in the Google Groups "weewx-user" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/weewx-user/6yG2oibveVw/unsubscribe.
To unsubscribe from this group and all its topics, send an email to weewx-user+unsubscribe@googlegroups.com.
--
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+unsubscribe@googlegroups.com.
Please do. I'd like to see the error. PIL should work with weewx.
- name: install packagespackage: name={{ item }} state=presentwith_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 pyephempip:name: pyephem