Skip to content

pip 1.5 error - need more than 2 values to unpack error #23

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

Closed
robbyt opened this issue Jan 4, 2014 · 1 comment
Closed

pip 1.5 error - need more than 2 values to unpack error #23

robbyt opened this issue Jan 4, 2014 · 1 comment

Comments

@robbyt
Copy link

robbyt commented Jan 4, 2014

pip-accel seems incompatible with pip v1.5

$ pip-accel install -r requirements.txt
INFO Unpacking local source distributions ..
INFO Executing command: pip install --download-cache=/root/.pip/download-cache --find-links=file:///var/cache/pip-accel/sources --build-directory=/tmp/tmpLyTF4T --no-index -r requirements.txt --no-install
Traceback (most recent call last):
File "/srv/virtualenv/1388883995/bin/pip-accel", line 9, in <module>
  load_entry_point('pip-accel==0.11', 'console_scripts', 'pip-accel')()
File "/srv/virtualenv/1388883995/local/lib/python2.7/site-packages/pip_accel/__init__.py", line 99, in main
  requirements = unpack_source_dists(arguments, build_directory)
File "/srv/virtualenv/1388883995/local/lib/python2.7/site-packages/pip_accel/__init__.py", line 175, in unpack_source_dists
  build_directory=build_directory)
File "/srv/virtualenv/1388883995/local/lib/python2.7/site-packages/pip_accel/__init__.py", line 256, in run_pip
    cmd_name, options, args, parser = parseopts(command_line[1:])
ValueError: need more than 2 values to unpack
xolox added a commit that referenced this issue Jan 6, 2014
See issues #22 and #23 on GitHub:

 * --no-install option is deprecated for pip 1.5
   #22

 * pip 1.5 error - need more than 2 values to unpack error
   #23
@xolox
Copy link
Member

xolox commented Jan 6, 2014

Thanks for reporting the issue. For now I've pinned pip >= 1.4, < 1.5 which takes care of the immediate problem. I'll investigate upgrading to pip 1.5 soon.

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