ivandokov / phockup

Media sorting tool to organize photos and videos from your camera in folders by year, month and day.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

phockup 1.7 snap fails import tqdm

darkanthey opened this issue · comments

After snap update to 1.7 version
phockup failed with ModuleNotFoundError: No module named 'tqdm'

This error also appears when trying to use phockup via docker.

tqdm was added in the requirements-dev.txt and not as a direct dependency

@ivandokov #133 was only a partial solution :( I don't know how to resolve pip dependencies for the snap install. I guess it auto closed this one :(

I think it will work automatically for snaps as the python plug-in looks for requirements.txt automatically and install the dependencies https://snapcraft.io/docs/python-plugin

I supposed you need push minor release to snap-store "V1.7.1".

@ivandokov : I still have the same error with the snap version v1.7.1, only downgrading to 1.5.11 resolves the issue.

snI have similar problem with a install on a fresh ubuntu 22.04 LTS. The tqdm package is installed but still get "ModuleNotFoundError: No module named 'tqdm' " error. Have tried to install with both pip and pip3.
snap version 2.56.2