spotify2tidal / spotify_to_tidal

A command line tool for importing your Spotify playlists into Tidal
GNU Affero General Public License v3.0
296 stars 57 forks source link

Error #86

Open pickersly opened 2 hours ago

pickersly commented 2 hours ago

Good afternoon, please tell me what could be the problem when I try to install the program and run it, I get the following error Spotify_to_tidal : The name "spotify_to_tidal" is not recognized as the name of a cmdlet, function, code file, or program execution grams. Check that the name is spelled correctly and that the path is present and correct after repeating this.

timrae commented 2 hours ago

Hi it sounds like a problem with your Python path. Assuming you installed with this command:

python3 -m pip install -e .

then you can try using the same trick to ensure the correct version of Python is used

python3 -m spotify_to_tidal
pickersly commented 2 hours ago

111

timrae commented 2 hours ago

Sorry I have no idea. The output from the install command doesn't even look correct, it should say that it installed some files, not just Python.

Worst case you could try using Ubuntu in WSL2

timrae commented 1 hour ago

You could also try reinstalling Python I guess

timrae commented 1 hour ago

Or this: https://stackoverflow.com/questions/32597209/python-not-working-in-the-command-line-of-git-bash

pickersly commented 2 minutes ago

I managed to run the program but now it gives this error 33333