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
I am on Ubuntu 22.04 LTS and following the instructions in the Developers setup.
I used the Debian/Ubuntu command given for dependencies. It installed 11MB (I already had flatpak and python3-pip).
Then I used the command for developer requirements: sudo pip3 install -r requirements.dev.txt
It started downloading and installing stuff. One message said Requirement already satisfied: pycairo>=1.16.0 in /usr/lib/python3/dist-packages (from PyGObject~=3.44->-r requirements.txt (line 1)) (1.20.1)
But when building PyGObject, it stopped with an error: Package py3cairo was not found in the pkg-config search path.
I tried to install it with pip3, but it could not find a matching distribution for py3cairo.
I don't really know what I'm doing with these tools, so how do I move forward and what needs to change in the docs?
The text was updated successfully, but these errors were encountered:
I am on Ubuntu 22.04 LTS and following the instructions in the Developers setup.
I used the
Debian/Ubuntu
command given for dependencies. It installed 11MB (I already had flatpak and python3-pip).Then I used the command for developer requirements:
sudo pip3 install -r requirements.dev.txt
It started downloading and installing stuff. One message said
Requirement already satisfied: pycairo>=1.16.0 in /usr/lib/python3/dist-packages (from PyGObject~=3.44->-r requirements.txt (line 1)) (1.20.1)
But when building PyGObject, it stopped with an error:
Package py3cairo was not found in the pkg-config search path.
I tried to install it with pip3, but it could not find a matching distribution for py3cairo.
I don't really know what I'm doing with these tools, so how do I move forward and what needs to change in the docs?
The text was updated successfully, but these errors were encountered: