Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created February 28, 2014 19:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhelmer/9277717 to your computer and use it in GitHub Desktop.
Save rhelmer/9277717 to your computer and use it in GitHub Desktop.
$ peep install -r requirements.txt
The following packages had no hashes specified in the requirements file, which
leaves them open to tampering. Vet these packages to your satisfaction, then
add these "sha256" lines like so:
Traceback (most recent call last):
File "/Users/rhelmer/src/socorro/socorro-virtualenv/bin/peep", line 9, in <module>
load_entry_point('peep==0.8', 'console_scripts', 'peep')()
File "/Users/rhelmer/src/socorro/socorro-virtualenv/lib/python2.6/site-packages/peep/__init__.py", line 366, in main
return commands[argv[1]](argv[2:])
File "/Users/rhelmer/src/socorro/socorro-virtualenv/lib/python2.6/site-packages/peep/__init__.py", line 355, in peep_install
print ' ', req.req
File "/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/Users/rhelmer/src/socorro/socorro-virtualenv/lib/python2.6/site-packages/peep/__init__.py", line 78, in ephemeral_dir
yield dir
File "/Users/rhelmer/src/socorro/socorro-virtualenv/lib/python2.6/site-packages/peep/__init__.py", line 339, in peep_install
print '# sha256: %s' % downloaded_hashes[package_name]
KeyError: 'ordereddict'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment