Advertisement
Guest User

Untitled

a guest
Sep 19th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 KB | None | 0 0
  1. Downloading/unpacking alembic==0.8.0 (from -r requirements.txt (line 1))
  2. Downloading alembic-0.8.0.tar.gz (918kB): 918kB downloaded
  3. Running setup.py (path:/tmp/pip_build_ubuntu/alembic/setup.py) egg_info for package alembic
  4.  
  5. warning: no files found matching '*.jpg' under directory 'docs'
  6. warning: no files found matching '*.sty' under directory 'docs'
  7. warning: no files found matching '*.dat' under directory 'tests'
  8. no previously-included directories found matching 'docs/build/output'
  9. Downloading/unpacking awsebcli==3.5.2 (from -r requirements.txt (line 3))
  10. Downloading awsebcli-3.5.2.tar.gz (162kB): 162kB downloaded
  11. Running setup.py (path:/tmp/pip_build_ubuntu/awsebcli/setup.py) egg_info for package awsebcli
  12.  
  13. warning: no files found matching '*.json'
  14. Downloading/unpacking blessed==1.9.5 (from -r requirements.txt (line 5))
  15. Downloading blessed-1.9.5-py2.py3-none-any.whl (77kB): 77kB downloaded
  16. Downloading/unpacking blinker==1.3 (from -r requirements.txt (line 6))
  17. Downloading blinker-1.3.tar.gz (91kB): 91kB downloaded
  18. Running setup.py (path:/tmp/pip_build_ubuntu/blinker/setup.py) egg_info for package blinker
  19.  
  20. Downloading/unpacking botocore==1.1.12 (from -r requirements.txt (line 8))
  21. Downloading botocore-1.1.12-py2.py3-none-any.whl (1.8MB): 1.8MB downloaded
  22. Downloading/unpacking docutils==0.12 (from -r requirements.txt (line 14))
  23. Downloading docutils-0.12.tar.gz (1.6MB): 1.6MB downloaded
  24. Running setup.py (path:/tmp/pip_build_ubuntu/docutils/setup.py) egg_info for package docutils
  25.  
  26. warning: no files found matching 'MANIFEST'
  27. warning: no files found matching '*' under directory 'extras'
  28. warning: no previously-included files matching '.cvsignore' found under directory '*'
  29. warning: no previously-included files matching '*.pyc' found under directory '*'
  30. warning: no previously-included files matching '*~' found under directory '*'
  31. warning: no previously-included files matching '.DS_Store' found under directory '*'
  32. Downloading/unpacking Flask-Login==0.2.11 (from -r requirements.txt (line 20))
  33. Downloading Flask-Login-0.2.11.tar.gz
  34. Running setup.py (path:/tmp/pip_build_ubuntu/Flask-Login/setup.py) egg_info for package Flask-Login
  35.  
  36. Downloading/unpacking Jinja2==2.7.3 (from -r requirements.txt (line 30))
  37. Downloading Jinja2-2.7.3.tar.gz (378kB): 378kB downloaded
  38. Running setup.py (path:/tmp/pip_build_ubuntu/Jinja2/setup.py) egg_info for package Jinja2
  39.  
  40. warning: no files found matching '*' under directory 'custom_fixers'
  41. warning: no previously-included files matching '*' found under directory 'docs/_build'
  42. warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
  43. warning: no previously-included files matching '*.pyc' found under directory 'docs'
  44. warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
  45. warning: no previously-included files matching '*.pyo' found under directory 'docs'
  46. Downloading/unpacking Mako==1.0.1 (from -r requirements.txt (line 32))
  47. Downloading Mako-1.0.1.tar.gz (473kB): 473kB downloaded
  48. Running setup.py (path:/tmp/pip_build_ubuntu/Mako/setup.py) egg_info for package Mako
  49.  
  50. warning: no files found matching '*.xml' under directory 'examples'
  51. warning: no files found matching '*.mako' under directory 'examples'
  52. warning: no files found matching 'ez_setup.py'
  53. no previously-included directories found matching 'doc/build/output'
  54. Downloading/unpacking MySQL-python==1.2.5 (from -r requirements.txt (line 35))
  55. Downloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded
  56. Running setup.py (path:/tmp/pip_build_ubuntu/MySQL-python/setup.py) egg_info for package MySQL-python
  57. sh: 1: mysql_config: not found
  58. Traceback (most recent call last):
  59. File "<string>", line 17, in <module>
  60. File "/tmp/pip_build_ubuntu/MySQL-python/setup.py", line 17, in <module>
  61. metadata, options = get_config()
  62. File "setup_posix.py", line 43, in get_config
  63. libs = mysql_config("libs_r")
  64. File "setup_posix.py", line 25, in mysql_config
  65. raise EnvironmentError("%s not found" % (mysql_config.path,))
  66. EnvironmentError: mysql_config not found
  67. Complete output from command python setup.py egg_info:
  68. sh: 1: mysql_config: not found
  69.  
  70. Traceback (most recent call last):
  71.  
  72. File "<string>", line 17, in <module>
  73.  
  74. File "/tmp/pip_build_ubuntu/MySQL-python/setup.py", line 17, in <module>
  75.  
  76. metadata, options = get_config()
  77.  
  78. File "setup_posix.py", line 43, in get_config
  79.  
  80. libs = mysql_config("libs_r")
  81.  
  82. File "setup_posix.py", line 25, in mysql_config
  83.  
  84. raise EnvironmentError("%s not found" % (mysql_config.path,))
  85.  
  86. EnvironmentError: mysql_config not found
  87.  
  88. ----------------------------------------
  89. Cleaning up...
  90. Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_ubuntu/MySQL-python
  91. Storing debug log for failure in /home/ubuntu/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement