Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

TypeError: __init__() got an unexpected keyword argument 'use_wheel' #96

Closed
indygreg opened this issue May 27, 2015 · 3 comments
Closed

Comments

@indygreg
Copy link

I suspect peep doesn't like pip 7.

$ peep install -r /data/reviewboard/src/reviewboard.mozilla.org/requirements.txt

Traceback (most recent call last):
File "/data/reviewboard/src/reviewboard.mozilla.org/venv/bin/peep", line 9, in
load_entry_point('peep==2.4.1', 'console_scripts', 'peep')()
File "/data/reviewboard/src/reviewboard.mozilla.org/venv/lib/python2.6/site-packages/peep.py", line 873, in main
return commandsargv[1]
File "/data/reviewboard/src/reviewboard.mozilla.org/venv/lib/python2.6/site-packages/peep.py", line 833, in peep_install
for path in req_paths))
File "/data/reviewboard/src/reviewboard.mozilla.org/venv/lib/python2.6/site-packages/peep.py", line 833, in
for path in req_paths))
File "/data/reviewboard/src/reviewboard.mozilla.org/venv/lib/python2.6/site-packages/peep.py", line 794, in downloaded_reqs_from_path
finder = package_finder(argv)
File "/data/reviewboard/src/reviewboard.mozilla.org/venv/lib/python2.6/site-packages/peep.py", line 335, in package_finder
return PackageFinder(index_urls=index_urls, **kwargs)
TypeError: init() got an unexpected keyword argument 'use_wheel'

@edmorley
Copy link
Contributor

Fix in #94

@edmorley
Copy link
Contributor

Thank you for filing :-)

@edmorley
Copy link
Contributor

I'd recommend pinning virtualenv version fwiw (this is what Treeherder's Vagrant environment does).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants