#22 ModuleNotFoundError: No module named 'deezer'

Closed
opened 3 months ago by vbra · 2 comments
vbra commented 3 months ago

OS: debian 11
deemix: 3.4.3
deezer-dl: 1.0.1
deezer-py: 1.1.2
spotipy: 2.17.1

deemix https://www.deezer.com/br/album/1261553

Traceback (most recent call last):
  File "/home/vbra/.local/bin/deemix", line 5, in <module>
    from deemix.__main__ import download
  File "/home/vbra/.local/lib/python3.9/site-packages/deemix/__init__.py", line 5, in <module>
    from deemix.itemgen import generateTrackItem, \
  File "/home/vbra/.local/lib/python3.9/site-packages/deemix/itemgen.py", line 3, in <module>
    from deezer.gw import LyricsStatus
ModuleNotFoundError: No module named 'deezer'
OS: debian 11 deemix: 3.4.3 deezer-dl: 1.0.1 deezer-py: 1.1.2 spotipy: 2.17.1 deemix https://www.deezer.com/br/album/1261553 ``` Traceback (most recent call last): File "/home/vbra/.local/bin/deemix", line 5, in <module> from deemix.__main__ import download File "/home/vbra/.local/lib/python3.9/site-packages/deemix/__init__.py", line 5, in <module> from deemix.itemgen import generateTrackItem, \ File "/home/vbra/.local/lib/python3.9/site-packages/deemix/itemgen.py", line 3, in <module> from deezer.gw import LyricsStatus ModuleNotFoundError: No module named 'deezer' ```
t00 commented 3 months ago
Poster

remove deezer-dl

and update packets to
deemix==3.4.3
deezer-py==1.1.3
spotipy==2.19.0

then works

Regards

remove deezer-dl and update packets to deemix==3.4.3 deezer-py==1.1.3 spotipy==2.19.0 then works Regards
vbra commented 2 months ago
Poster

Still with the same error, I don't know if it helps, but I noticed that downgrading deemix to 3.4.1 make it work, while the 3.4.2 return the same error.

Still with the same error, I don't know if it helps, but I noticed that downgrading deemix to 3.4.1 make it work, while the 3.4.2 return the same error.
RemixDev closed this issue 2 months ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.