[GH-ISSUE #41] Installation issue #23

Closed
opened 2026-02-27 23:20:26 +03:00 by kerem · 5 comments
Owner

Originally created by @nickoooooo25 on GitHub (Dec 22, 2014).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/41

When i import spotipy, i am told there is no module named client? What am i doing wrong?

Originally created by @nickoooooo25 on GitHub (Dec 22, 2014). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/41 When i import spotipy, i am told there is no module named client? What am i doing wrong?
kerem closed this issue 2026-02-27 23:20:27 +03:00
Author
Owner

@Spotlight0xff commented on GitHub (Feb 6, 2015):

Try with easy_install, had the same problem

<!-- gh-comment-id:73322051 --> @Spotlight0xff commented on GitHub (Feb 6, 2015): Try with easy_install, had the same problem
Author
Owner

@greenkey commented on GitHub (Apr 13, 2015):

same here:

(venv)lmele@P-LMELE:~/Projects/BestMusic$ python --version
Python 3.4.0
(venv)lmele@P-LMELE:~/Projects/BestMusic$ pip --version
pip 6.1.1 from /home/lmele/Projects/BestMusic/venv/local/lib/python3.4/site-packages (python 3.4)
(venv)lmele@P-LMELE:~/Projects/BestMusic$ pip freeze
beautifulsoup4==4.3.2
requests==2.6.0
spotipy==2.3.3
(venv)lmele@P-LMELE:~/Projects/BestMusic$ python
Python 3.4.0 (default, Apr 11 2014, 13:05:11) 
[GCC 4.8.2] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import spotipy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/lmele/Projects/BestMusic/venv/local/lib/python3.4/site-packages/spotipy/__init__.py", line 2, in <module>
    from client import Spotify, SpotifyException
ImportError: No module named 'client'
<!-- gh-comment-id:92495541 --> @greenkey commented on GitHub (Apr 13, 2015): same here: ``` (venv)lmele@P-LMELE:~/Projects/BestMusic$ python --version Python 3.4.0 (venv)lmele@P-LMELE:~/Projects/BestMusic$ pip --version pip 6.1.1 from /home/lmele/Projects/BestMusic/venv/local/lib/python3.4/site-packages (python 3.4) (venv)lmele@P-LMELE:~/Projects/BestMusic$ pip freeze beautifulsoup4==4.3.2 requests==2.6.0 spotipy==2.3.3 (venv)lmele@P-LMELE:~/Projects/BestMusic$ python Python 3.4.0 (default, Apr 11 2014, 13:05:11) [GCC 4.8.2] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import spotipy Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/lmele/Projects/BestMusic/venv/local/lib/python3.4/site-packages/spotipy/__init__.py", line 2, in <module> from client import Spotify, SpotifyException ImportError: No module named 'client' ```
Author
Owner

@jsclose commented on GitHub (Nov 17, 2016):

Has this ben resolved? Still having issues

<!-- gh-comment-id:261116737 --> @jsclose commented on GitHub (Nov 17, 2016): Has this ben resolved? Still having issues
Author
Owner

@pablonnaoji commented on GitHub (May 22, 2019):

Also having issues with this. I tried with easy_install and now the error has shifted to: ImportError: No module named util

<!-- gh-comment-id:494659843 --> @pablonnaoji commented on GitHub (May 22, 2019): Also having issues with this. I tried with easy_install and now the error has shifted to: ImportError: No module named util
Author
Owner

@stephanebruckert commented on GitHub (Jan 1, 2020):

If your install of Python refers to python3, try:

pip3 install spotipy
<!-- gh-comment-id:570076899 --> @stephanebruckert commented on GitHub (Jan 1, 2020): If your install of Python refers to python3, try: pip3 install spotipy
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotipy#23
No description provided.