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
Hello there,
I am not getting forwarded to the link I should paste into the terminal.
I get a /usr/bin/xdg-open: 811: : permission denied.
this is with both test.py and one-button-spotify.py.
Using sudo test.py returns ModuleNotFoundError: No module named 'spotipy', but a pip or pip3 install spotipy it is already there.
Looking for some help. Thanks in advance.
The text was updated successfully, but these errors were encountered:
I'm afraid I'm not sure what's going wrong for you - my best guess is that whichever python you're running isn't the one that pip is managing. I'd recommend setting up a venv and running pip, and the scripts, inside there. You can also skip the pip install git+https://github.com/plamere/spotipy.git step and just issue pip install spotipy
Also please note that pip3/python3 won't work as a lot of this script uses python2 conventions that aren't compatible with python3.
Hello there,
I am not getting forwarded to the link I should paste into the terminal.
I get a /usr/bin/xdg-open: 811: : permission denied.
this is with both test.py and one-button-spotify.py.
Using sudo test.py returns ModuleNotFoundError: No module named 'spotipy', but a pip or pip3 install spotipy it is already there.
Looking for some help. Thanks in advance.
The text was updated successfully, but these errors were encountered: