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'
```
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.
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
remove deezer-dl
and update packets to
deemix==3.4.3
deezer-py==1.1.3
spotipy==2.19.0
then works
Regards
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.