core20 and gnome-3-38 seem to have real issues with python…
I cannot even build the snap anymore on this base because:
Skipping prime ocrmypdfgui (already ran)
Failed to generate snap metadata: The specified command 'python3 $SNAP/lib/python3.8/site-packages/ocrmypdfgui/__main__.py' defined in the app 'ocrmypdfgui' does not exist.
Ensure that 'python3 $SNAP/lib/python3.8/site-packages/ocrmypdfgui/__main__.py' is installed with the correct path
When I enter the snap with “snapcraft --debug” I can’t even find my installed python modules in parts/orcmypdfgui/ or in stage or prime…
Perhaps I am running into:
If I create a PIP .whl file I can install it locally just fine.