mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-04-26 16:15:51 +03:00
[GH-ISSUE #1029] Cannot import spotipy on windows #613
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#613
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 @5aumit on GitHub (Oct 2, 2023).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/1029
I installed spotipy into a virtual environment on my windows machine with this command.
pip install spotipyIt installs without any errors. When I run
pip listwithin my virtual environment it also shows up asspotipy 2.23.0.If I run
pythonin a terminal and import spotipy, it seems to work.However, when I import it in a jupyter notebook or a python console in jupyter lab, it does not work saying there's no module named spotipy.
Environment:
Additional context
Any other packages that I have installed in my virtual environment are imported with no issues. Its only spotipy which does not import. I also tried installing spotipy with various other commands on the internet regarding specifying pip3, python3, -m etc.
I referred to the following issues but there was no resolution.
These are rather old as well. The solution proposed was regarding added compatibility with python 3 but that sounds like an outdated problem.
@rileyl12 commented on GitHub (Oct 5, 2023):
I have the same issue
@BMakx commented on GitHub (Oct 8, 2023):
Same issue here
@jaredbach commented on GitHub (Dec 8, 2023):
Same issue
@dieser-niko commented on GitHub (May 21, 2024):
Just a quick question: are you all using Jupyter, or does this problem also occur in a Python script?
@dieser-niko commented on GitHub (Jul 25, 2024):
Well, since I didn't get a single answer, I'm going to close this issue.