Closed SteveH0401 closed 2 years ago
Thanks for letting me know! Just fixed this and uploaded a new version, 2.0.1. Try upgrading the package.
I am still learning all of this stuff. I've updated my fork in GitHub and updated the local repository on my laptop. But I am still getting the same error. Is there something else that I should be trying to do before I run the app?
If you installed with pip run pip install --upgrade unitunes
If you cloned the repo, starting a new poetry shell
and poetry install
should work.
I got it working. Thanks.
When I try to open unitunes at the command line, I get the following message:
Traceback (most recent call last): File "/home/xxxxxxxxx/.local/bin/unitunes", line 5, in
from gui.main import main
ModuleNotFoundError: No module named 'gui'
Do I not have something installed? Am I missing something? Thanks