Advertisement
altoidnerd

debug.log pip install matplotlib

Mar 7th, 2015
572
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.24 KB | None | 0 0
  1. Collecting matplotlib
  2. Using cached matplotlib-1.4.3.tar.gz
  3. ============================================================================
  4. Edit setup.cfg to change the build options
  5. BUILDING MATPLOTLIB
  6. matplotlib: yes [1.4.3]
  7. python: yes [2.7.6 (default, Mar 22 2014, 22:59:56) [GCC
  8. 4.8.2]]
  9. platform: yes [linux2]
  10. REQUIRED DEPENDENCIES AND EXTENSIONS
  11. numpy: yes [version 1.9.2]
  12. six: yes [using six version 1.8.0]
  13. dateutil: yes [dateutil was not found. It is required for date
  14. axis support. pip/easy_install may attempt to
  15. install it after matplotlib.]
  16. pytz: yes [pytz was not found. pip will attempt to install
  17. it after matplotlib.]
  18. tornado: yes [tornado was not found. It is required for the
  19. WebAgg backend. pip/easy_install may attempt to
  20. install it after matplotlib.]
  21. pyparsing: yes [pyparsing was not found. It is required for
  22. mathtext support. pip/easy_install may attempt to
  23. install it after matplotlib.]
  24. pycxx: yes [Couldn't import. Using local copy.]
  25. libagg: yes [pkg-config information for 'libagg' could not
  26. be found. Using local copy.]
  27. freetype: no [The C/C++ header for freetype2 (ft2build.h)
  28. could not be found. You may need to install the
  29. development package.]
  30. png: yes [version 1.2.50]
  31. qhull: yes [pkg-config information for 'qhull' could not be
  32. found. Using local copy.]
  33. OPTIONAL SUBPACKAGES
  34. sample_data: yes [installing]
  35. toolkits: yes [installing]
  36. tests: yes [nose 0.11.1 or later is required to run the
  37. matplotlib test suite. pip/easy_install may attempt
  38. to install it after matplotlib. / mock is required
  39. to run the matplotlib test suite. pip/easy_install
  40. may attempt to install it after matplotlib.]
  41. toolkits_tests: yes [nose 0.11.1 or later is required to run the
  42. matplotlib test suite. pip/easy_install may attempt
  43. to install it after matplotlib. / mock is required
  44. to run the matplotlib test suite. pip/easy_install
  45. may attempt to install it after matplotlib.]
  46. OPTIONAL BACKEND EXTENSIONS
  47. macosx: no [Mac OS-X only]
  48. qt5agg: no [PyQt5 not found]
  49. qt4agg: no [PyQt4 not found]
  50. pyside: no [PySide not found]
  51. ** (-c:17906): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  52. gtk3agg: yes [installing, version 3.8.10]
  53. ** (-c:17917): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  54. gtk3cairo: yes [installing, version 3.8.10]
  55. gtkagg: no [The C/C++ header for gtk (gtk/gtk.h) could not
  56. be found. You may need to install the development
  57. package.]
  58. tkagg: no [TKAgg requires Tkinter.]
  59. wxagg: no [requires wxPython]
  60. gtk: no [The C/C++ header for gtk (gtk/gtk.h) could not
  61. be found. You may need to install the development
  62. package.]
  63. agg: yes [installing]
  64. cairo: yes [installing, pycairo version 1.8.8]
  65. windowing: no [Microsoft Windows only]
  66. OPTIONAL LATEX DEPENDENCIES
  67. dvipng: yes [version 1.14]
  68. ghostscript: yes [version 9.10]
  69. latex: yes [version 3.1415926]
  70. pdftops: yes [version 0.24.5]
  71. ============================================================================
  72. * The following required packages can not be built:
  73. * freetype
  74. Complete output from command python setup.py egg_info:
  75. ============================================================================
  76.  
  77. Edit setup.cfg to change the build options
  78.  
  79.  
  80.  
  81. BUILDING MATPLOTLIB
  82.  
  83. matplotlib: yes [1.4.3]
  84.  
  85. python: yes [2.7.6 (default, Mar 22 2014, 22:59:56) [GCC
  86.  
  87. 4.8.2]]
  88.  
  89. platform: yes [linux2]
  90.  
  91.  
  92.  
  93. REQUIRED DEPENDENCIES AND EXTENSIONS
  94.  
  95. numpy: yes [version 1.9.2]
  96.  
  97. six: yes [using six version 1.8.0]
  98.  
  99. dateutil: yes [dateutil was not found. It is required for date
  100.  
  101. axis support. pip/easy_install may attempt to
  102.  
  103. install it after matplotlib.]
  104.  
  105. pytz: yes [pytz was not found. pip will attempt to install
  106.  
  107. it after matplotlib.]
  108.  
  109. tornado: yes [tornado was not found. It is required for the
  110.  
  111. WebAgg backend. pip/easy_install may attempt to
  112.  
  113. install it after matplotlib.]
  114.  
  115. pyparsing: yes [pyparsing was not found. It is required for
  116.  
  117. mathtext support. pip/easy_install may attempt to
  118.  
  119. install it after matplotlib.]
  120.  
  121. pycxx: yes [Couldn't import. Using local copy.]
  122.  
  123. libagg: yes [pkg-config information for 'libagg' could not
  124.  
  125. be found. Using local copy.]
  126.  
  127. freetype: no [The C/C++ header for freetype2 (ft2build.h)
  128.  
  129. could not be found. You may need to install the
  130.  
  131. development package.]
  132.  
  133. png: yes [version 1.2.50]
  134.  
  135. qhull: yes [pkg-config information for 'qhull' could not be
  136.  
  137. found. Using local copy.]
  138.  
  139.  
  140.  
  141. OPTIONAL SUBPACKAGES
  142.  
  143. sample_data: yes [installing]
  144.  
  145. toolkits: yes [installing]
  146.  
  147. tests: yes [nose 0.11.1 or later is required to run the
  148.  
  149. matplotlib test suite. pip/easy_install may attempt
  150.  
  151. to install it after matplotlib. / mock is required
  152.  
  153. to run the matplotlib test suite. pip/easy_install
  154.  
  155. may attempt to install it after matplotlib.]
  156.  
  157. toolkits_tests: yes [nose 0.11.1 or later is required to run the
  158.  
  159. matplotlib test suite. pip/easy_install may attempt
  160.  
  161. to install it after matplotlib. / mock is required
  162.  
  163. to run the matplotlib test suite. pip/easy_install
  164.  
  165. may attempt to install it after matplotlib.]
  166.  
  167.  
  168.  
  169. OPTIONAL BACKEND EXTENSIONS
  170.  
  171. macosx: no [Mac OS-X only]
  172.  
  173. qt5agg: no [PyQt5 not found]
  174.  
  175. qt4agg: no [PyQt4 not found]
  176.  
  177. pyside: no [PySide not found]
  178.  
  179.  
  180.  
  181. ** (-c:17906): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  182.  
  183. gtk3agg: yes [installing, version 3.8.10]
  184.  
  185.  
  186.  
  187. ** (-c:17917): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
  188.  
  189. gtk3cairo: yes [installing, version 3.8.10]
  190.  
  191. gtkagg: no [The C/C++ header for gtk (gtk/gtk.h) could not
  192.  
  193. be found. You may need to install the development
  194.  
  195. package.]
  196.  
  197. tkagg: no [TKAgg requires Tkinter.]
  198.  
  199. wxagg: no [requires wxPython]
  200.  
  201. gtk: no [The C/C++ header for gtk (gtk/gtk.h) could not
  202.  
  203. be found. You may need to install the development
  204.  
  205. package.]
  206.  
  207. agg: yes [installing]
  208.  
  209. cairo: yes [installing, pycairo version 1.8.8]
  210.  
  211. windowing: no [Microsoft Windows only]
  212.  
  213.  
  214.  
  215. OPTIONAL LATEX DEPENDENCIES
  216.  
  217. dvipng: yes [version 1.14]
  218.  
  219. ghostscript: yes [version 9.10]
  220.  
  221. latex: yes [version 3.1415926]
  222.  
  223. pdftops: yes [version 0.24.5]
  224.  
  225.  
  226.  
  227. ============================================================================
  228.  
  229. * The following required packages can not be built:
  230.  
  231. * freetype
  232.  
  233. ----------------------------------------
  234. Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-8UvQcW/matplotlib
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement