platers / unitunes

A GUI and library to transfer, sync, and backup playlists on music streaming services
GNU General Public License v3.0
129 stars 12 forks source link

Issue when opening app #19

Closed SteveH0401 closed 1 year ago

SteveH0401 commented 1 year ago

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

platers commented 1 year ago

Thanks for letting me know! Just fixed this and uploaded a new version, 2.0.1. Try upgrading the package.

SteveH0401 commented 1 year ago

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?

platers commented 1 year ago

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.

SteveH0401 commented 1 year ago

I got it working. Thanks.