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

Install fails #34

Open
dbroockman opened this issue Oct 18, 2018 · 3 comments
Open

Install fails #34

dbroockman opened this issue Oct 18, 2018 · 3 comments

Comments

@dbroockman
Copy link

I'm getting an error when I try to install using pip install clarify (same error when running pip install git+git://github.com/openelections/clarify.git):

Collecting clarify
  Using cached https://files.pythonhosted.org/packages/ba/c0/8ccd65549a17ca116acdcd93a8279743cb88649dbe1b41eb6d4d6e12e374/Clarify-0.4.0.tar.gz
    Complete output from command python setup.py egg_info:
    error in Clarify setup command: 'tests_require' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in unittest2; python_version < '3.4' at ; python_version < '3.4'
    
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/l4/fb0tgmgs4f9838724x0ybv6w0000gp/T/pip-install-oNS2PN/clarify/
@GPHemsley
Copy link
Collaborator

@dbroockman What version of pip are you using?

@dbroockman
Copy link
Author

$ pip --version
pip 18.1 from /Library/Python/2.7/site-packages/pip (python 2.7)

@GPHemsley
Copy link
Collaborator

Hmm... what version of setuptools do you have installed?

Try both pip show setuptools and python -c "import setuptools; print setuptools.__version__".

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