Open pseudomonas opened 1 year ago
ocrmypdf uses setuptools-scm, which derives the version from git tags. The version is then copied into virtual environment and retrieved using importlib.metadata.version('ocrmypdf')
. I assume this means snapcraft is hacking virtual environments somehow....
Also snap had a problem finding ghostscript's config and stuff (I can't give you a decent error message because I just swore at snap's habitual inability to play nicely with non-snap software, removed it, installed ocrmypdf via pip
and never looked back)
You probably mean #1167. Yeah, it's not that cooperative.
I'm firmly on team flatpak personally and added the snap because others contributed it by PR... I might just discontinue it or replace with flatpak if it continues to be a hassle.
Actually what would be awesome would be a PPA with an up-to-date .deb; the apt for LTS Ubuntu is ancient.
Flatpak has "You configured your second hard drive to be mounted on /storage
but I'm not going to touch that because it's not /home/something
" problems and I know there's a dance you can do to fix it but it's a PITA.
What were you trying to do?
This is odd.
Where are you installing from?
Ubuntu snap
What operating system are you working on?
Linux
Relevant log output
No response