Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Can't install pip install jctconv #3

Closed
chezou opened this issue Mar 29, 2016 · 2 comments
Closed

Can't install pip install jctconv #3

chezou opened this issue Mar 29, 2016 · 2 comments

Comments

@chezou
Copy link

chezou commented Mar 29, 2016

I tried to install via pip, but I failed installing jctconv.

~/s/JapaneseTokenizers ❯❯❯ pip install jctconv                                                                                            ⏎ ✱ ◼
Collecting jctconv
  Using cached jctconv-0.1.1.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/gc/vtw38ncj07v80xwrxmclpnv00000gn/T/pip-build-gi3lpwlh/jctconv/setup.py", line 42, in <module>
        open('CHANGES.rst', encoding='utf8').read()),
      File "/Users/mic/.pyenv/versions/3.5.0/lib/python3.5/codecs.py", line 895, in open
        file = builtins.open(filename, mode, buffering)
    FileNotFoundError: [Errno 2] No such file or directory: 'CHANGES.rst'

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/gc/vtw38ncj07v80xwrxmclpnv00000gn/T/pip-build-gi3lpwlh/jctconv/

I downloaded tar.gz from pipy, but it doesn't include CHANGES.rst.

@ikegami-yukino
Copy link
Owner

Thanks for reporting bug.

This bug is often occurred when replacing distutils with setuptools.
setuptools is required MANIFEST.in file.
So I added MANIFEST.in file.
And uploading PyPI.

Let's retry it.

@chezou
Copy link
Author

chezou commented Mar 29, 2016

Thanks for quick fix!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants