We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ 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'
The text was updated successfully, but these errors were encountered:
Thank you for reporting! I fix it.
Sorry, something went wrong.
@philpot I fixed this error and release to pypi. https://pypi.python.org/pypi/outlier_utils
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: