Advertisement
Guest User

Untitled

a guest
Feb 12th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. pip install numpy --no-cache-dir
  2. Collecting numpy
  3. Downloading numpy-2.0.2.tar.gz (18.9 MB)
  4. ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/18.9 MB 3.8 MB/s eta 0:00:00
  5. Installing build dependencies ... done
  6. Getting requirements to build wheel ... done
  7. Installing backend dependencies ... done
  8. Preparing metadata (pyproject.toml) ... error
  9. error: subprocess-exited-with-error
  10.  
  11. × Preparing metadata (pyproject.toml) did not run successfully.
  12. │ exit code: 1
  13. ╰─> [22 lines of output]
  14. + /home/osmc/parrot/Parrot/venv/bin/python /tmp/pip-install-ph6xune8/numpy_13871487965e45a39d638304c137b0a2/vendored-meson/meson/meson.py setup /tmp/pip-install-ph6xune8/numpy_13871487965e45a39d638304c137b0a2 /tmp/pip-install-ph6xune8/numpy_13871487965e45a39d638304c137b0a2/.mesonpy-ugm13wir -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/pip-install-ph6xune8/numpy_13871487965e45a39d638304c137b0a2/.mesonpy-ugm13wir/meson-python-native-file.ini
  15. The Meson build system
  16. Version: 1.4.99
  17. Source dir: /tmp/pip-install-ph6xune8/numpy_13871487965e45a39d638304c137b0a2
  18. Build dir: /tmp/pip-install-ph6xune8/numpy_13871487965e45a39d638304c137b0a2/.mesonpy-ugm13wir
  19. Build type: native build
  20. Project name: NumPy
  21. Project version: 2.0.2
  22. C compiler for the host machine: cc (gcc 10.2.1 "cc (Debian 10.2.1-6) 10.2.1 20210110")
  23. C linker for the host machine: cc ld.bfd 2.35.2
  24. C++ compiler for the host machine: c++ (gcc 10.2.1 "c++ (Debian 10.2.1-6) 10.2.1 20210110")
  25. C++ linker for the host machine: c++ ld.bfd 2.35.2
  26. Cython compiler for the host machine: cython (cython 3.0.12)
  27. Host machine cpu family: arm
  28. Host machine cpu: arm
  29. Program python found: YES (/home/osmc/parrot/Parrot/venv/bin/python)
  30. Found pkg-config: YES (/usr/bin/pkg-config) 0.29.2
  31. Run-time dependency python found: NO (tried pkgconfig, pkgconfig and sysconfig)
  32.  
  33. ../meson.build:41:12: ERROR: Python dependency not found
  34.  
  35. A full log can be found at /tmp/pip-install-ph6xune8/numpy_13871487965e45a39d638304c137b0a2/.mesonpy-ugm13wir/meson-logs/meson-log.txt
  36. [end of output]
  37.  
  38. note: This error originates from a subprocess, and is likely not a problem with pip.
  39. error: metadata-generation-failed
  40.  
  41. × Encountered error while generating package metadata.
  42. ╰─> See above for output.
  43.  
  44. note: This is an issue with the package mentioned above, not pip.
  45. hint: See above for details.
  46.  
Tags: python numpy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement