Advertisement
fabilus11

Untitled

Jun 19th, 2019
845
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.26 KB | None | 0 0
  1. ERROR: Complete output from command python setup.py egg_info:
  2. ERROR: ================================================================================
  3. Edit setup.cfg to change the build options
  4.  
  5. BUILDING MATPLOTLIB
  6. matplotlib: yes [3.1.0]
  7. python: yes [3.7.0 (default, Jun 15 2019, 11:55:33) [GCC 6.3.0 20170516]]
  8. platform: yes [linux]
  9.  
  10. OPTIONAL SUBPACKAGES
  11. sample_data: yes [installing]
  12. tests: no [skipping due to configuration]
  13.  
  14. OPTIONAL BACKEND EXTENSIONS
  15. agg: yes [installing]
  16. tkagg: yes [installing; run-time loading from Python Tcl/Tk]
  17. macosx: no [Mac OS-X only]
  18.  
  19. OPTIONAL PACKAGE DATA
  20. dlls: no [skipping due to configuration]
  21.  
  22. running egg_info
  23. creating pip-egg-info/matplotlib.egg-info
  24. writing pip-egg-info/matplotlib.egg-info/PKG-INFO
  25. writing dependency_links to pip-egg-info/matplotlib.egg-info/dependency_links.txt
  26. writing namespace_packages to pip-egg-info/matplotlib.egg-info/namespace_packages.txt
  27. writing requirements to pip-egg-info/matplotlib.egg-info/requires.txt
  28. writing top-level names to pip-egg-info/matplotlib.egg-info/top_level.txt
  29. writing manifest file 'pip-egg-info/matplotlib.egg-info/SOURCES.txt'
  30. Traceback (most recent call last):
  31. File "/usr/local/lib/python3.7/site-packages/numpy/core/__init__.py", line 40, in <module>
  32. from . import multiarray
  33. File "/usr/local/lib/python3.7/site-packages/numpy/core/multiarray.py", line 12, in <module>
  34. from . import overrides
  35. File "/usr/local/lib/python3.7/site-packages/numpy/core/overrides.py", line 6, in <module>
  36. from numpy.core._multiarray_umath import (
  37. ImportError: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /usr/local/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-arm-linux-gnueabihf.so)
  38.  
  39. During handling of the above exception, another exception occurred:
  40.  
  41. Traceback (most recent call last):
  42. File "<string>", line 1, in <module>
  43. File "/tmp/pip-install-fzfq0c6u/matplotlib/setup.py", line 300, in <module>
  44. cmdclass=cmdclass,
  45. File "/usr/local/lib/python3.7/site-packages/setuptools/__init__.py", line 129, in setup
  46. return distutils.core.setup(**attrs)
  47. File "/usr/local/lib/python3.7/distutils/core.py", line 148, in setup
  48. dist.run_commands()
  49. File "/usr/local/lib/python3.7/distutils/dist.py", line 966, in run_commands
  50. self.run_command(cmd)
  51. File "/usr/local/lib/python3.7/distutils/dist.py", line 985, in run_command
  52. cmd_obj.run()
  53. File "/usr/local/lib/python3.7/site-packages/setuptools/command/egg_info.py", line 278, in run
  54. self.find_sources()
  55. File "/usr/local/lib/python3.7/site-packages/setuptools/command/egg_info.py", line 293, in find_sources
  56. mm.run()
  57. File "/usr/local/lib/python3.7/site-packages/setuptools/command/egg_info.py", line 524, in run
  58. self.add_defaults()
  59. File "/usr/local/lib/python3.7/site-packages/setuptools/command/egg_info.py", line 560, in add_defaults
  60. sdist.add_defaults(self)
  61. File "/usr/local/lib/python3.7/distutils/command/sdist.py", line 228, in add_defaults
  62. self._add_defaults_ext()
  63. File "/usr/local/lib/python3.7/distutils/command/sdist.py", line 311, in _add_defaults_ext
  64. build_ext = self.get_finalized_command('build_ext')
  65. File "/usr/local/lib/python3.7/distutils/cmd.py", line 299, in get_finalized_command
  66. cmd_obj.ensure_finalized()
  67. File "/usr/local/lib/python3.7/distutils/cmd.py", line 107, in ensure_finalized
  68. self.finalize_options()
  69. File "/tmp/pip-install-fzfq0c6u/matplotlib/setup.py", line 106, in finalize_options
  70. None, (package.get_extension() for package in good_packages))
  71. File "/tmp/pip-install-fzfq0c6u/matplotlib/setup.py", line 106, in <genexpr>
  72. None, (package.get_extension() for package in good_packages))
  73. File "/tmp/pip-install-fzfq0c6u/matplotlib/setupext.py", line 806, in get_extension
  74. Numpy().add_flags(ext)
  75. File "/tmp/pip-install-fzfq0c6u/matplotlib/setupext.py", line 607, in add_flags
  76. import numpy as np
  77. File "/usr/local/lib/python3.7/site-packages/numpy/__init__.py", line 142, in <module>
  78. from . import core
  79. File "/usr/local/lib/python3.7/site-packages/numpy/core/__init__.py", line 71, in <module>
  80. raise ImportError(msg)
  81. ImportError:
  82.  
  83. IMPORTANT: PLEASE READ THIS FOR ADVICE ON HOW TO SOLVE THIS ISSUE!
  84.  
  85. Importing the multiarray numpy extension module failed. Most
  86. likely you are trying to import a failed build of numpy.
  87. Here is how to proceed:
  88. - If you're working with a numpy git repository, try `git clean -xdf`
  89. (removes all files not under version control) and rebuild numpy.
  90. - If you are simply trying to use the numpy version that you have installed:
  91. your installation is broken - please reinstall numpy.
  92. - If you have already reinstalled and that did not fix the problem, then:
  93. 1. Check that you are using the Python you expect (you're using /usr/local/bin/python3.7),
  94. and that you have no directories in your PATH or PYTHONPATH that can
  95. interfere with the Python and numpy versions you're trying to use.
  96. 2. If (1) looks fine, you can open a new issue at
  97. https://github.com/numpy/numpy/issues. Please include details on:
  98. - how you installed Python
  99. - how you installed numpy
  100. - your operating system
  101. - whether or not you have multiple versions of Python installed
  102. - if you built from source, your compiler versions and ideally a build log
  103.  
  104. Note: this error has many possible causes, so please don't comment on
  105. an existing issue about this - open a new one instead.
  106.  
  107. Original error was: /lib/arm-linux-gnueabihf/libm.so.6: version `GLIBC_2.27' not found (required by /usr/local/lib/python3.7/site-packages/numpy/core/_multiarray_umath.cpython-37m-arm-linux-gnueabihf.so)
  108.  
  109. ----------------------------------------
  110. ERROR: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-fzfq0c6u/matplotlib/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement