gempir

Untitled

Jun 1st, 2020
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.62 KB | None | 0 0
  1. ➜ Tacotron-2 git:(master) ✗ pip install -r .\requirements.txt
  2. Requirement already satisfied: falcon==1.2.0 in c:\users\danie\anaconda3\lib\site-packages (from -r .\requirements.txt (line 1)) (1.2.0)
  3. Requirement already satisfied: inflect==0.2.5 in c:\users\danie\anaconda3\lib\site-packages (from -r .\requirements.txt (line 2)) (0.2.5)
  4. Requirement already satisfied: audioread==2.1.5 in c:\users\danie\anaconda3\lib\site-packages (from -r .\requirements.txt (line 3)) (2.1.5)
  5. Processing c:\users\danie\appdata\local\pip\cache\wheels\db\1a\9b\799618b30d6d475d470538076d6aecafadec2e9dfd3cfecf57\librosa-0.5.1-py3-none-any.whl
  6. Collecting matplotlib==2.0.2
  7. Using cached matplotlib-2.0.2.tar.gz (53.9 MB)
  8. ERROR: Command errored out with exit status 1:
  9. command: 'C:\Users\danie\anaconda3\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\danie\\AppData\\Local\\Temp\\pip-install-kb5t_a9c\\matplotlib\\setup.py'"'"'; __file__='"'"'C:\\Users\\danie\\AppData\\Local\\Temp\\pip-install-kb5t_a9c\\matplotlib\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\danie\AppData\Local\Temp\pip-install-kb5t_a9c\matplotlib\pip-egg-info'
  10. cwd: C:\Users\danie\AppData\Local\Temp\pip-install-kb5t_a9c\matplotlib\
  11. Complete output (63 lines):
  12. ============================================================================
  13. Edit setup.cfg to change the build options
  14.  
  15. BUILDING MATPLOTLIB
  16. matplotlib: yes [2.0.2]
  17. python: yes [3.7.6 (default, Jan 8 2020, 20:23:39) [MSC
  18. v.1916 64 bit (AMD64)]]
  19. platform: yes [win32]
  20.  
  21. REQUIRED DEPENDENCIES AND EXTENSIONS
  22. numpy: yes [version 1.18.1]
  23. six: yes [using six version 1.14.0]
  24. dateutil: yes [using dateutil version 2.8.1]
  25. functools32: yes [Not required]
  26. subprocess32: yes [Not required]
  27. pytz: yes [using pytz version 2019.3]
  28. cycler: yes [using cycler version 0.10.0]
  29. tornado: yes [using tornado version 6.0.3]
  30. pyparsing: yes [using pyparsing version 2.4.6]
  31. libagg: yes [pkg-config information for 'libagg' could not
  32. be found. Using local copy.]
  33. freetype: no [The C/C++ header for freetype (ft2build.h)
  34. could not be found. You may need to install the
  35. development package.]
  36. png: no [The C/C++ header for png (png.h) could not be
  37. found. You may need to install the development
  38. package.]
  39. qhull: yes [pkg-config information for 'qhull' could not be
  40. found. Using local copy.]
  41.  
  42. OPTIONAL SUBPACKAGES
  43. sample_data: yes [installing]
  44. toolkits: yes [installing]
  45. tests: no [skipping due to configuration]
  46. toolkits_tests: no [skipping due to configuration]
  47.  
  48. OPTIONAL BACKEND EXTENSIONS
  49. macosx: no [Mac OS-X only]
  50. qt5agg: yes [installing, Qt: 5.9.6, PyQt: 5.9.6]
  51. qt4agg: no [PySide not found; PyQt4 not found]
  52. gtk3agg: no [Requires pygobject to be installed.]
  53. gtk3cairo: no [Requires cairocffi or pycairo to be installed.]
  54. gtkagg: no [Requires pygtk]
  55. tkagg: yes [installing; run-time loading from Python Tcl /
  56. Tk]
  57. wxagg: no [requires wxPython]
  58. gtk: no [Requires pygtk]
  59. agg: yes [installing]
  60. cairo: no [cairocffi or pycairo not found]
  61. windowing: yes [installing]
  62.  
  63. OPTIONAL LATEX DEPENDENCIES
  64. dvipng: no
  65. ghostscript: no
  66. latex: no
  67. pdftops: no
  68.  
  69. OPTIONAL PACKAGE DATA
  70. dlls: no [skipping due to configuration]
  71.  
  72. ============================================================================
  73. * The following required packages can not be built:
  74. * freetype, png
  75. ----------------------------------------
  76. ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
Advertisement
Add Comment
Please, Sign In to add comment