Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build error: is CHANGES.rst missing when installing via pip? #2

Closed
philpot opened this issue Apr 13, 2016 · 2 comments
Closed

build error: is CHANGES.rst missing when installing via pip? #2

philpot opened this issue Apr 13, 2016 · 2 comments

Comments

@philpot
Copy link

philpot commented Apr 13, 2016

there was no problem when building from the zip

$ sudo -H pip install outlier-utils
Collecting outlier-utils
Using cached outlier_utils-0.0.2.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 1, in
File "/private/tmp/pip-build-gmoeex/outlier-utils/setup.py", line 8, in
CHANGES = open(os.path.join(BASE_PATH, 'CHANGES.rst')).read()
IOError: [Errno 2] No such file or directory: '/private/tmp/pip-build-gmoeex/outlier-utils/CHANGES.rst'

@c-bata
Copy link
Owner

c-bata commented Apr 24, 2016

Thank you for reporting! I fix it.

@c-bata
Copy link
Owner

c-bata commented Apr 24, 2016

@philpot I fixed this error and release to pypi.
https://pypi.python.org/pypi/outlier_utils

@c-bata c-bata closed this as completed Apr 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants