Open ronlawrence3 opened 3 years ago
sudo apt-get update
sudo apt-get --no-install-recommends install python3-pip python3-cairo python3-gi gir1.2-gtk-3.0 gir1.2-webkit2-4.0
python3 -m pip install --user 'https://github.com/dlenski/gp-saml-gui/archive/master.zip'
~/.local/bin/gp-saml-gui -h
If, for God knows why, you want to build pycairo
:
sudo apt-get --no-install-recommends install pkg-config libcairo2-dev libpython3-dev gcc
If, for God knows why, you want to build
pycairo
:
Coming here along my journey, using a Ubuntu 22.04 VM on an M1 MacBook. I guess there are no wheels for aarch64 prebuilt.
Using python 3.8.5 in pyenv on pop-os 20.10 (ubuntu 20.10). I installed the apt packages specified, set my local python to 3.8.5, then did the following:
Seemed like I was missing libraries. So I installed these (over a few iterations, some may not be needed):
And now I get the package to install.