Skip to content

Instantly share code, notes, and snippets.

@nelsnelson
Created February 5, 2015 21:45
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 nelsnelson/9c62a6251859eb82f7ca to your computer and use it in GitHub Desktop.
Save nelsnelson/9c62a6251859eb82f7ca to your computer and use it in GitHub Desktop.
[vagrant@localhost ~]$ pip list
abacus (1.0.28, /vagrant)
Babel (0.9.4)
backports.ssl-match-hostname (3.4.0.2)
certifi (14.05.14)
chardet (2.0.1)
distribute (0.6.10)
ethtool (0.6)
eventlet (0.15.2)
Flask (0.10.1)
Flask-Cache (0.13.1)
Flask-Redis (0.0.6)
greenlet (0.4.2)
gunicorn (18.0)
iniparse (0.3.1)
itsdangerous (0.24)
iwlib (1.0)
jsonschema (2.3.0)
MarkupSafe (0.9.2)
mysql-connector-python (1.1.6)
MySQL-python (1.2.5)
ordereddict (1.1)
pip (1.5.4)
pycurl (7.19.0)
pygpgme (0.1)
python-dateutil (1.4.1)
redis (2.10.3)
requests (2.4.3)
setuptools (0.6c11)
simplejson (2.0.9)
six (1.7.3)
SQLAlchemy (0.9.8)
tornado (4.0.2)
urlgrabber (3.9.1)
urllib3 (1.5)
Werkzeug (0.10.1)
yum-metadata-parser (1.1.2)
[vagrant@localhost ~]$ sudo poller_capacity /var/tmp/nextgen-capacity-regional.json
Traceback (most recent call last):
File "/usr/bin/poller_capacity", line 4, in <module>
from pkg_resources import require; require('abacus==1.0.28')
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 2655, in <module>
working_set.require(__requires__)
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 648, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python2.6/site-packages/pkg_resources.py", line 546, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: requests==2.4.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment