ModuleNotFoundError: No module named 'zotify' #307
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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-python3I'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?