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

filters fails to install using setuptools #23

Open
pguridi opened this issue May 10, 2017 · 2 comments
Open

filters fails to install using setuptools #23

pguridi opened this issue May 10, 2017 · 2 comments
Labels

Comments

@pguridi
Copy link

pguridi commented May 10, 2017

When trying to install filters using setuptools, the following error raises:

> python setup.py install
Searching for filters
Reading https://pypi.python.org/simple/filters/
Downloading https://pypi.python.org/packages/5d/53/f864ccaa1206a833f710e6110c4f5e8e29c9050fd3f48a00533e39017953/filters-1.1.7.tar.gz#md5=6159bc598ec6b0579a0d52a1ae7eaaaf
Best match: filters 1.1.7
Processing filters-1.1.7.tar.gz
Writing /var/folders/3j/vxqr19lj17q456l889dysjm00000gn/T/easy_install-mXxSVz/filters-1.1.7/setup.cfg
Running filters-1.1.7/setup.py -q bdist_egg --dist-dir /var/folders/3j/vxqr19lj17q456l889dysjm00000gn/T/easy_install-mXxSVz/filters-1.1.7/egg-dist-tmp-OKCA_f
error: Setup script exited with error: can't copy 'LICENSE': doesn't exist or not a regular file
todofixthis added a commit that referenced this issue Jun 3, 2017
@todofixthis
Copy link
Contributor

setup.py contained an unnecessary reference to LICENSE, and MANIFEST.in was missing.

I committed a potential fix for this issue, but needs more testing. So far the only way I can reproduce this issue is if filters is downloaded from PyPI; I haven't figured out how to reproduce from a local archive yet.

@todofixthis
Copy link
Contributor

Hey Pedro! v1.3.0 was just released, and it potentially contains a fix for this issue. When you have a chance, could you verify if this issue is still reproducible?

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

No branches or pull requests

2 participants