Advertisement
Guest User

pip error

a guest
Mar 12th, 2015
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. Downloading/unpacking matplotlib
  2. Running setup.py (path:/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setup.py) egg_info for package matplotlib
  3. Traceback (most recent call last):
  4. File "<string>", line 17, in <module>
  5. File "/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setup.py", line 155, in <module>
  6. result = package.check()
  7. File "/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setupext.py", line 961, in check
  8. min_version='2.3', version=version)
  9. File "/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setupext.py", line 445, in _check_for_pkg_config
  10. if (not is_min_version(version, min_version)):
  11. File "/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setupext.py", line 173, in is_min_version
  12. return found_version >= expected_version
  13. File "/usr/lib64/python3.4/distutils/version.py", line 76, in __ge__
  14. c = self._cmp(other)
  15. File "/usr/lib64/python3.4/distutils/version.py", line 343, in _cmp
  16. if self.version < other.version:
  17. TypeError: unorderable types: str() < int()
  18. ============================================================================
  19. Edit setup.cfg to change the build options
  20.  
  21. BUILDING MATPLOTLIB
  22. matplotlib: yes [1.4.3]
  23. python: yes [3.4.3 (default, Feb 26 2015, 23:01:07) [GCC
  24. 4.9.2 20150204 (prerelease)]]
  25. platform: yes [linux]
  26.  
  27. REQUIRED DEPENDENCIES AND EXTENSIONS
  28. numpy: yes [version 1.9.2]
  29. six: yes [using six version 1.9.0]
  30. dateutil: yes [using dateutil version 2.4.1]
  31. pytz: yes [using pytz version 2014.10]
  32. tornado: yes [using tornado version 4.1]
  33. pyparsing: yes [pyparsing was not found. It is required for
  34. mathtext support. pip/easy_install may attempt to
  35. install it after matplotlib.]
  36. pycxx: yes [Official versions of PyCXX are not compatible
  37. with matplotlib on Python 3.x, since they lack
  38. support for the buffer object. Using local copy]
  39. libagg: yes [pkg-config information for 'libagg' could not
  40. be found. Using local copy.]
  41. Complete output from command python setup.py egg_info:
  42. Traceback (most recent call last):
  43.  
  44. File "<string>", line 17, in <module>
  45.  
  46. File "/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setup.py", line 155, in <module>
  47.  
  48. result = package.check()
  49.  
  50. File "/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setupext.py", line 961, in check
  51.  
  52. min_version='2.3', version=version)
  53.  
  54. File "/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setupext.py", line 445, in _check_for_pkg_config
  55.  
  56. if (not is_min_version(version, min_version)):
  57.  
  58. File "/home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib/setupext.py", line 173, in is_min_version
  59. return found_version >= expected_version
  60.  
  61. File "/usr/lib64/python3.4/distutils/version.py", line 76, in __ge__
  62.  
  63. c = self._cmp(other)
  64.  
  65. File "/usr/lib64/python3.4/distutils/version.py", line 343, in _cmp
  66.  
  67. if self.version < other.version:
  68.  
  69. TypeError: unorderable types: str() < int()
  70.  
  71. ============================================================================
  72.  
  73. Edit setup.cfg to change the build options
  74.  
  75.  
  76.  
  77. BUILDING MATPLOTLIB
  78.  
  79. matplotlib: yes [1.4.3]
  80.  
  81. python: yes [3.4.3 (default, Feb 26 2015, 23:01:07) [GCC
  82.  
  83. 4.9.2 20150204 (prerelease)]]
  84.  
  85. platform: yes [linux]
  86.  
  87.  
  88.  
  89. REQUIRED DEPENDENCIES AND EXTENSIONS
  90.  
  91. numpy: yes [version 1.9.2]
  92.  
  93. six: yes [using six version 1.9.0]
  94.  
  95. dateutil: yes [using dateutil version 2.4.1]
  96.  
  97. pytz: yes [using pytz version 2014.10]
  98.  
  99. tornado: yes [using tornado version 4.1]
  100.  
  101. pyparsing: yes [pyparsing was not found. It is required for
  102.  
  103. mathtext support. pip/easy_install may attempt to
  104.  
  105. install it after matplotlib.]
  106.  
  107. pycxx: yes [Official versions of PyCXX are not compatible
  108.  
  109. with matplotlib on Python 3.x, since they lack
  110.  
  111. support for the buffer object. Using local copy]
  112.  
  113. libagg: yes [pkg-config information for 'libagg' could not
  114.  
  115. be found. Using local copy.]
  116.  
  117. ----------------------------------------
  118. Cleaning up...
  119. Command python setup.py egg_info failed with error code 1 in /home/andreas/.virtualenvs/Bachelorarbeit/build/matplotlib
  120. Storing debug log for failure in /home/andreas/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement