clarify
clarify copied to clipboard
Install fails
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/
@dbroockman What version of pip are you using?
$ pip --version
pip 18.1 from /Library/Python/2.7/site-packages/pip (python 2.7)
Hmm... what version of setuptools do you have installed?
Try both pip show setuptools and python -c "import setuptools; print setuptools.__version__".