You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing and running spotify_to_tidal i get the following error:
Traceback (most recent call last):
File "/usr/local/bin/spotify_to_tidal", line 5, in <module>
from spotify_to_tidal.__main__ import main
ModuleNotFoundError: No module named 'spotify_to_tidal'
The text was updated successfully, but these errors were encountered:
yes, I did. my repro was basically following the readme. I ran pip install, renamed the example_config file, registered an app on spotify, and added id, secret, uri and username to the config file. then when I run spotify_to_tidal I get the error
After installing and running
spotify_to_tidal
i get the following error:The text was updated successfully, but these errors were encountered: