You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When pip installing on ubuntu, you may see that you get pycairo installation/compilation errors. You probably have to install: python3-dev and python3-cairocffi
If you are using python3.7, install python3.7-dev instead of python3-dev
The text was updated successfully, but these errors were encountered:
When
pip
installing on ubuntu, you may see that you get pycairo installation/compilation errors. You probably have to install:python3-dev
andpython3-cairocffi
If you are using python3.7, install
python3.7-dev
instead ofpython3-dev
The text was updated successfully, but these errors were encountered: