Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError #99

Open
LeoSundholm opened this issue Dec 8, 2024 · 3 comments
Open

ModuleNotFoundError #99

LeoSundholm opened this issue Dec 8, 2024 · 3 comments

Comments

@LeoSundholm
Copy link

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'
@RobinHirst11
Copy link
Contributor

works for me, did you do python3 -m pip install -e .

or preferably tell me the steps to reproduce this error?

@LeoSundholm
Copy link
Author

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

@timrae
Copy link
Collaborator

timrae commented Dec 9, 2024

Does python3 -m spotify_to_tidal work? This is usually caused by a problem with the PATH variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants