Advertisement
Guest User

Alessandro

a guest
Aug 30th, 2011
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.96 KB | None | 0 0
  1. $ easy_install BeautifulSoup
  2. Searching for BeautifulSoup
  3. Reading http://pypi.python.org/simple/BeautifulSoup/
  4. Download error: [Errno -2] Name or service not known -- Some packages may not be found!
  5. Couldn't find index page for 'BeautifulSoup' (maybe misspelled?)
  6. Scanning index of all packages (this may take a while)
  7. Reading http://pypi.python.org/simple/
  8. Download error: [Errno -2] Name or service not known -- Some packages may not be found!
  9. No local packages or download links found for BeautifulSoup
  10. Best match: None
  11. Traceback (most recent call last):
  12. File "/home/ale/env1/bin/easy_install", line 8, in <module>
  13. load_entry_point('setuptools==0.6c11', 'console_scripts', 'easy_install')()
  14. File "/home/ale/env1/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1712, in main
  15.  
  16. File "/home/ale/env1/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1700, in with_ei_usage
  17.  
  18. File "/home/ale/env1/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 1716, in <lambda>
  19.  
  20. File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
  21. dist.run_commands()
  22. File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
  23. self.run_command(cmd)
  24. File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
  25. cmd_obj.run()
  26. File "/home/ale/env1/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 211, in run
  27.  
  28. File "/home/ale/env1/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/command/easy_install.py", line 434, in easy_install
  29.  
  30. File "/home/ale/env1/local/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg/setuptools/package_index.py", line 475, in fetch_distribution
  31. AttributeError: 'NoneType' object has no attribute 'clone'
  32. (env1)ale@note-ale ~/projects/parser
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement