mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-27 00:25:54 +03:00
[GH-ISSUE #231] Playback commands are not in the PIP package #121
Labels
No labels
api-bug
bug
dependencies
documentation
duplicate
enhancement
external-ide
headless-mode
implicit-grant-flow
invalid
missing-endpoint
pr-welcome
private-api
pull-request
question
spotipy3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotipy#121
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gawaineo on GitHub (Nov 9, 2017).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/231
When I install spotipy via PIP and try to run a playback command, they are not found in the package.
Commands such as start_playback, next_track, previous_track. I also checked the site-packages folder inside my virtual environment and in the source code those methods are not found.
When I clone the repo, and install via setup.py install, the playback commands work fine, but it would be nice to have it work when you install via PIP.
@ritiek commented on GitHub (Nov 10, 2017):
+1 on this. Although #211 talks about the same problem.
@PillPall commented on GitHub (Apr 25, 2018):
Same for the option
cache_pathin oauth2.py.@stephanebruckert commented on GitHub (Jan 11, 2020):
This should be fixed with version 2.5.0, just do: