simon-weber / gmusicapi

An unofficial client library for Google Music.
https://unofficial-google-music-api.readthedocs.io
BSD 3-Clause "New" or "Revised" License
2.48k stars 257 forks source link

Cant install #172

Closed jpenguin closed 11 years ago

jpenguin commented 11 years ago

I am try to install this for GMusicFS

[root@manjaro ~]# pip install https://github.com/simon-weber/Unofficial-Google-Music-API/tarball/develop
Downloading/unpacking https://github.com/simon-weber/Unofficial-Google-Music-API/tarball/develop
  Downloading develop (unknown size): 323kB downloaded
  Running setup.py egg_info for package from https://github.com/simon-weber/Unofficial-Google-Music-API/tarball/develop
    gmusicapi does not officially support this Python version.

    warning: no previously-included files matching '_local_*.py' found anywhere in distribution
Downloading/unpacking validictory==0.9.0 (from gmusicapi==2.0.0-dev)
  Downloading validictory-0.9.0.tar.gz
  Running setup.py egg_info for package validictory

    warning: no files found matching 'CHANGELOG.txt'
Downloading/unpacking decorator==3.3.2 (from gmusicapi==2.0.0-dev)
  Downloading decorator-3.3.2.tar.gz
  Running setup.py egg_info for package decorator

    warning: no previously-included files found matching 'Makefile'
Downloading/unpacking mutagen==1.21 (from gmusicapi==2.0.0-dev)
  Downloading mutagen-1.21.tar.gz (795kB): 795kB downloaded
  Running setup.py egg_info for package mutagen
    Traceback (most recent call last):
      File "", line 16, in 
      File "/tmp/pip_build_root/mutagen/setup.py", line 29
        except EnvironmentError, err:
                               ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "", line 16, in 

  File "/tmp/pip_build_root/mutagen/setup.py", line 29

    except EnvironmentError, err:

                           ^

SyntaxError: invalid syntax

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/mutagen
Storing complete log in /root/.pip/pip.log
[root@manjaro ~]#
simon-weber commented 11 years ago

It looks like you're using Python 3, which isn't supported, unfortunately. I'd recommend using python 2.7 in a virtual environment instead; let me know if you need help with that.

jpenguin commented 11 years ago

Thx, I got it