Skip to content

Instantly share code, notes, and snippets.

@mlmiller
Created January 6, 2014 21:32
Show Gist options
  • Save mlmiller/8290176 to your computer and use it in GitHub Desktop.
Save mlmiller/8290176 to your computer and use it in GitHub Desktop.
Michaels-MacBook-Air-2:rioseo mlmiller$ clou
Traceback (most recent call last):
File "/usr/local/bin/clou", line 5, in <module>
from pkg_resources import load_entry_point
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 2607, in <module>
parse_requirements(__requires__), Environment()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources.py", line 565, in resolve
raise DistributionNotFound(req) # XXX put more info here
pkg_resources.DistributionNotFound: BeautifulSoup==3.2
Michaels-MacBook-Air-2:rioseo mlmiller$ python
Python 2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import BeautifulSoup
>>> BeautifulSoup.__version__
'3.2.1'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment