-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Can a release be done and a push to pypi so we get the fix in setup.py for session and can therefore install from latest pip, otherwise I get
root@28781e790b3c:/# pip install wabbit_wappa
You are using pip version 7.1.0, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting wabbit-wappa
Using cached wabbit_wappa-0.3.0.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "", line 20, in
File "/tmp/pip-build-6Q7ODv/wabbit-wappa/setup.py", line 22, in
req_list = [str(ir.req) for ir in install_reqs]
File "/opt/conda/lib/python2.7/site-packages/pip/req/req_file.py", line 72, in parse_requirements
"parse_requirements() missing 1 required keyword argument: "
TypeError: parse_requirements() missing 1 required keyword argument: 'session'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-6Q7ODv/wabbit-wappa