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

Binary nose and flake8 packages not properly registering the distutils entry point. #280

Open
mforbes opened this issue Mar 9, 2015 · 5 comments

Comments

@mforbes
Copy link

mforbes commented Mar 9, 2015

Currently, the nose-1.3.4-py27_0 package contains lib/python2.7/site-packages/nose-1.3.4-py2.7.egg-info rather than the directory lib/python2.7/site-packages/nose-1.3.4.dist-info installed by pip install nose. This somehow does not properly register the distutils nosetest entry-point, breaking python setup.py nosetests as described in this nose issue.

I'm not sure exactly what the problem is, but it would probably be solved by rebuilding the current package with a recent version of pip or setuptools.

This is also an issues with the flake8 package for which python setup.py flake8 fails with the binary installation of flake8.

(migrated from conda/conda#1183)

@letmaik
Copy link

letmaik commented Apr 1, 2015

I have a similar problem. On a fresh conda create --yes -n test python=2.7.9 there is no nose installed, and when pip installes the missing nose (note I use a mix of conda and pip installing) then everything is fine. However, with conda create --yes -n test python=3.4.2 there seems to be already a corrupt nose version installed by default, so pip says it is already there and subsequently the tests fail because the nosetests entry-point is not correctly registered.

This is new, it didn't happen one or two weeks ago.

@letmaik
Copy link

letmaik commented May 1, 2015

Still broken.

@mforbes
Copy link
Author

mforbes commented May 23, 2015

Squeak! This is really annoying and should be a pretty simple fix. If this is not the right place to reference these types of issues, please let me know where I can submit a patch or the appropriate issue.

@acourdavault
Copy link

Still broken today, is there any workaround known?

@letmaik
Copy link

letmaik commented Aug 16, 2017

@acourdavault Do pip install -U nose to force a re-install from pypi...

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

3 participants