Thursday, September 21, 2017

Python3 matplotlib on RPi3 Raspbian

After sudo pip3 install matplotlib, my Pi complains about the missing cairo package and some other stuff. This fixed it:

sudo apt install -y python3-gi-cairo python3-cairocffi