Skip to content

Installing pympress without install latest python version #289

Answered by Cimbali
anandkumar89 asked this question in Q&A
Discussion options

You must be logged in to vote

If I understand well, installing through homebrew would cause a python3.11 install you’d want to avoid?

I think it should be doable though not necessarily easy. You‘ll need to install all dependencies either in brew or outside (mainly Gtk and Poppler). Then you should install the python dependencies with pip of your current python.

The complex bits are going to be:

  • installing python3-gobject (which requires some building to be done, so build tools + dev headers on the dependencies)
  • at runtime, getting your python gobject library to find the typelib files, that contain the introspection information of the dependency libraries (Gtk, cairo, Poppler, and the like) and are necessary to make p…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by anandkumar89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants