You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
I'm getting an error when I try to install using
pip install clarify
(same error when runningpip install git+git://github.com/openelections/clarify.git
):The text was updated successfully, but these errors were encountered: