crustymonkey / py-sonic

A python library to wrap the Subsonic REST API
http://stuffivelearned.org/doku.php?id=programming:python:py-sonic
GNU General Public License v3.0
57 stars 26 forks source link

Pip install fails #22

Closed mcarlton00 closed 6 years ago

mcarlton00 commented 6 years ago

I've ran into this on 2 machines so far. Could it possibly be because requirements.txt is empty?

% pip install py-sonic
Collecting py-sonic
  Downloading https://files.pythonhosted.org/packages/e7/ae/4a48ca9010d8f69714f01a223de66949cbe52c233d231479dcaabb4df1a7/py-sonic-0.7.2.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-install-mgl7m7fu/py-sonic/setup.py", line 25, in <module>
        requirements = [line for line in open(req_file) if line]
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-install-mgl7m7fu/py-sonic/requirements.txt'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-mgl7m7fu/py-sonic/

Note: running python setup.py install works without errors

crustymonkey commented 6 years ago

Thanks for reporting this. I apparently missed that file in the manifest. I just tested this and it is working again.