mmattes / ptpip

PTP/IP for Python
Apache License 2.0
48 stars 9 forks source link

fixed "file not found" error #1

Closed TakuroFukamizu closed 7 years ago

TakuroFukamizu commented 7 years ago

a issue on installing using pip

$ pip install git+https://github.com/mmattes/ptpip
Collecting git+https://github.com/mmattes/ptpip
  Cloning https://github.com/mmattes/ptpip to /private/var/folders/ty/tnmd__m11vlg9hcjms4csxp00000gn/T/pip-261Gqd-build
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/private/var/folders/ty/tnmd__m11vlg9hcjms4csxp00000gn/T/pip-261Gqd-build/setup.py", line 19, in <module>
        long_description = read('README.txt', 'CHANGES.txt')
      File "/private/var/folders/ty/tnmd__m11vlg9hcjms4csxp00000gn/T/pip-261Gqd-build/setup.py", line 15, in read
        with io.open(filename, encoding=encoding) as f:
    IOError: [Errno 2] No such file or directory: 'README.txt'