DanNixon / PlayMusicCL

A command line client for Google Play Music
Apache License 2.0
135 stars 21 forks source link

requests 2.3.0 #14

Closed mikebarkmin closed 10 years ago

mikebarkmin commented 10 years ago

Hi, i have requests 2.3.0 installed on my raspberry pi, but playmusiccl refuses to start. I get following error output

Traceback (most recent call last):
  File "/usr/local/bin/playmusiccl", line 5, in <module>
    from pkg_resources import load_entry_point
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 2707, in <module>
    working_set.require(__requires__)
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 686, in require
    needed = self.resolve(parse_requirements(requirements))
  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 584, in resolve
    raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: requests>=1.1.0,!=1.2.0,!=2.2.1
DanNixon commented 10 years ago

Strange, requests is a dependency to the API which PlayMusicCL is built on so I don't have a great deal of experience with it, it should be installed with gmusicapi. What happens when you try to import either requests or one of the gmusicapi interfaces?