ModuleNotFoundError: No module named 'zotify' #307

Open
opened 2025-10-07 07:13:56 -04:00 by sabellai · 0 comments
sabellai commented 2025-10-07 07:13:56 -04:00 (Migrated from github.com)

I'm on version (0.9.21, and after successfully installing zotify with pipx install https://get.zotify.xyz (as an Ubuntu user) it just... refuses to work.

$ python3 zotify https://open.spotify.com/playlist/1NsqQlFRAXbDWfkNJu2ee5?si=6f415c6985d64d04 Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/isa/zotify/__main__.py", line 10, in <module> from zotify import __version__ ModuleNotFoundError: No module named 'zotify'

And when I try it without Python3:
$ python zotify https://open.spotify.com/playlist/1NsqQlFRAXbDWfkNJu2ee5?si=6f415c6985d64d04 Command 'python' not found, did you mean: command 'python3' from deb python3 command 'python' from deb python-is-python3

I've seen a lot of people say they get a "bad credentials" error, but I don't even get far enough to meet that error lol. Am I doing something wrong?

I'm on version (0.9.21, and after successfully installing zotify with `pipx install https://get.zotify.xyz` (as an Ubuntu user) it just... refuses to work. `$ python3 zotify https://open.spotify.com/playlist/1NsqQlFRAXbDWfkNJu2ee5?si=6f415c6985d64d04 Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/home/isa/zotify/__main__.py", line 10, in <module> from zotify import __version__ ModuleNotFoundError: No module named 'zotify'` And when I try it without Python3: ` $ python zotify https://open.spotify.com/playlist/1NsqQlFRAXbDWfkNJu2ee5?si=6f415c6985d64d04 Command 'python' not found, did you mean: command 'python3' from deb python3 command 'python' from deb python-is-python3` I've seen a lot of people say they get a "bad credentials" error, but I don't even get far enough to meet that error lol. Am I doing something wrong?
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
zotify-dev/zotify#307
No description provided.