Installing pympress without install latest python version #289
-
configuration : Intel Mac + python3.9.14 I want to install pympress but this would install python3.11. I do not want multiple python version on my system. Is there force installation using libraries compatible with installed python version ? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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:
If you succeed, please come back to leave indications on how you solved these issues for future users :) |
Beta Was this translation helpful? Give feedback.
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: