yichen0831 / opencc-python

OpenCC made with Python
Apache License 2.0
532 stars 66 forks source link

pip install fail #4

Closed david30907d closed 6 years ago

david30907d commented 6 years ago

感謝大大的專案 不過pip安裝噴錯了 在此附上錯誤訊息

root@b1dcb7389a1f:/code# pip3 install opencc-python-reimplemented
Collecting opencc-python-reimplemented
  Using cached opencc-python-reimplemented-0.1.0.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-build-a4wg0psa/opencc-python-reimplemented/setup.py", line 7, in <module>
        with open(path.join(cwd, 'README.md'), encoding='utf-8') as f:
      File "/usr/lib/python3.5/codecs.py", line 895, in open
        file = builtins.open(filename, mode, buffering)
    FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-build-a4wg0psa/opencc-python-reimplemented/README.md'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-a4wg0psa/opencc-python-reimplemented/
yichen0831 commented 6 years ago

I added the README.md file to the package. And the package version is now 0.1.1.