I ran into this today as well. Are you working through the Real Python course?
Anyway, to fix the problem, I installed the python 3 version of python-dev:
sudo apt-get install python3-dev
sudo apt-get install libffi-dev
sudo pip3 install cffi
sudo pip3 install cairocffi
Hope this helps!