Advertisement
Guest User

Untitled

a guest
Aug 27th, 2015
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.82 KB | None | 0 0
  1. (jython-env)priiduksmacbook:caselaw priidukull$ pip install -r requirements.txt
  2. Requirement already satisfied (use --upgrade to upgrade): feedparser==5.1.3 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1))
  3. Requirement already satisfied (use --upgrade to upgrade): SQLAlchemy==1.0.7 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 2))
  4. Collecting psycopg2==2.6.1 (from -r requirements.txt (line 3))
  5. Using cached psycopg2-2.6.1.tar.gz
  6. Collecting pytest==2.6.4 (from -r requirements.txt (line 4))
  7. Using cached pytest-2.6.4.tar.gz
  8. Collecting redis==2.10.3 (from -r requirements.txt (line 5))
  9. Using cached redis-2.10.3.tar.gz
  10. Collecting requests==2.6.0 (from -r requirements.txt (line 6))
  11. Using cached requests-2.6.0-py2.py3-none-any.whl
  12. Collecting mock==1.0.1 (from -r requirements.txt (line 7))
  13. Using cached mock-1.0.1.tar.gz
  14. Collecting httmock==1.2.3 (from -r requirements.txt (line 8))
  15. Using cached httmock-1.2.3.tar.gz
  16. Collecting beautifulsoup4==4.3.2 (from -r requirements.txt (line 9))
  17. Using cached beautifulsoup4-4.3.2.tar.gz
  18. Collecting PyPDF2==1.24 (from -r requirements.txt (line 10))
  19. Using cached PyPDF2-1.24.tar.gz
  20. Collecting scikit-learn==0.16.1 (from -r requirements.txt (line 11))
  21. Using cached scikit_learn-0.16.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl
  22. Collecting nltk==3.0.2 (from -r requirements.txt (line 12))
  23. Using cached nltk-3.0.2.tar.gz
  24. Collecting voluptuous==0.8.7 (from -r requirements.txt (line 13))
  25. Using cached voluptuous-0.8.7.tar.gz
  26. Collecting elasticsearch==1.6.0 (from -r requirements.txt (line 14))
  27. Using cached elasticsearch-1.6.0-py2.py3-none-any.whl
  28. Collecting py>=1.4.25 (from pytest==2.6.4->-r requirements.txt (line 4))
  29. Using cached py-1.4.30-py2.py3-none-any.whl
  30. Requirement already satisfied (use --upgrade to upgrade): setuptools>=0.6b1 in /usr/local/lib/python2.7/site-packages/setuptools-15.0-py2.7.egg (from voluptuous==0.8.7->-r requirements.txt (line 13))
  31. Collecting urllib3<2.0,>=1.8 (from elasticsearch==1.6.0->-r requirements.txt (line 14))
  32. Using cached urllib3-1.11-py2.py3-none-any.whl
  33. Installing collected packages: psycopg2, py, pytest, redis, requests, mock, httmock, beautifulsoup4, PyPDF2, scikit-learn, nltk, voluptuous, urllib3, elasticsearch
  34. Found existing installation: psycopg2 2.6
  35. Uninstalling psycopg2-2.6:
  36. Exception:
  37. Traceback (most recent call last):
  38. File "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 211, in main
  39. status = self.run(options, args)
  40. File "/usr/local/lib/python2.7/site-packages/pip/commands/install.py", line 311, in run
  41. root=options.root_path,
  42. File "/usr/local/lib/python2.7/site-packages/pip/req/req_set.py", line 640, in install
  43. requirement.uninstall(auto_confirm=True)
  44. File "/usr/local/lib/python2.7/site-packages/pip/req/req_install.py", line 716, in uninstall
  45. paths_to_remove.remove(auto_confirm)
  46. File "/usr/local/lib/python2.7/site-packages/pip/req/req_uninstall.py", line 125, in remove
  47. renames(path, new_path)
  48. File "/usr/local/lib/python2.7/site-packages/pip/utils/__init__.py", line 315, in renames
  49. shutil.move(old, new)
  50. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 300, in move
  51. rmtree(src)
  52. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 252, in rmtree
  53. onerror(os.remove, fullname, sys.exc_info())
  54. File "/usr/local/Cellar/python/2.7.9/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 250, in rmtree
  55. os.remove(fullname)
  56. OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/psycopg2-2.6-py2.7.egg-info/dependency_links.txt'
  57. (jython-env)priiduksmacbook:caselaw priidukull$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement