syabruk / pync

Python wrapper for Mac OS 10.8 Notification Center

Home Page:https://pypi.org/project/pync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FileNotFoundError during install of 2.0.0

jacebrowning opened this issue · comments

$ pip install pync
Collecting pync
  Using cached pync-2.0.0.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/h1/2b6gts3x37zcnj5khyv8y5180000gn/T/pip-build-8sa_tyyb/pync/setup.py", line 10, in <module>
        file_contents.append(open(path).read())
    FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/h1/2b6gts3x37zcnj5khyv8y5180000gn/T/pip-build-8sa_tyyb/pync/README.md'