den4uk/andriller

ModuleNotFoundError: No module named 'andriller.gui'

Closed this issue · 3 comments

When I install andriller with pipx
pipx install andriller
I get this error:
ModuleNotFoundError: No module named 'andriller.gui'

I got this error when it was upgraded from version 3.5.3 to 3.6.0

Any ideas ?

I got same issue

I found a bug in the packaging script, which was not including sub-packages. It has been fixed in #51, and a new version released (3.6.1).

Run pip install andriller -U should hopefully fix it for you.

All good for me
Thanks for the quick fix 😉