i am getting stuck in preparing metadata, when installing to Linux with Pip3 #3857
Unanswered
Duergarsis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting stuck in preparing metadata when installing to Linux with Pip3, unable to get further, and it gets stuck every time in this step. what could be wrong?
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [45 lines of output]
+ meson setup /tmp/pip-install-q9g06yhl/scipy_77513b64165c4bcab80c159b45434271 /tmp/pip-install-q9g06yhl/scipy_77513b64165c4bcab80c159b45434271/.mesonpy-40c_mluz -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/tmp/pip-install-q9g06yhl/scipy_77513b64165c4bcab80c159b45434271/.mesonpy-40c_mluz/meson-python-native-file.ini
The Meson build system
Version: 1.7.0
Source dir: /tmp/pip-install-q9g06yhl/scipy_77513b64165c4bcab80c159b45434271
Build dir: /tmp/pip-install-q9g06yhl/scipy_77513b64165c4bcab80c159b45434271/.mesonpy-40c_mluz
Build type: native build
Project name: scipy
Project version: 1.14.0
C compiler for the host machine: cc (gcc 14.2.1 "cc (GCC) 14.2.1 20240910")
C linker for the host machine: cc ld.bfd 2.43.0
C++ compiler for the host machine: c++ (gcc 14.2.1 "c++ (GCC) 14.2.1 20240910")
C++ linker for the host machine: c++ ld.bfd 2.43.0
Cython compiler for the host machine: cython (cython 3.0.11)
Host machine cpu family: x86_64
Host machine cpu: x86_64
Program python found: YES (/home/duergars/Fooocus/fooocus_env/bin/python3)
Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0
Run-time dependency python found: YES 3.13
Program cython found: YES (/tmp/pip-build-env-cgqfiw3_/overlay/bin/cython)
Compiler for C supports arguments -Wno-unused-but-set-variable: YES
Compiler for C supports arguments -Wno-unused-function: YES
Compiler for C supports arguments -Wno-conversion: YES
Compiler for C supports arguments -Wno-misleading-indentation: YES
Library m found: YES
Fortran compiler for the host machine: gfortran (gcc 14.2.1 "GNU Fortran (GCC) 14.2.1 20240910")
Fortran linker for the host machine: gfortran ld.bfd 2.43.0
Compiler for Fortran supports arguments -Wno-conversion: YES
Checking if "-Wl,--version-script" links: YES
Program tools/generate_f2pymod.py found: YES (/home/duergars/Fooocus/fooocus_env/bin/python3 /tmp/pip-install-q9g06yhl/scipy_77513b64165c4bcab80c159b45434271/tools/generate_f2pymod.py)
Program scipy/build_utils/tempita.py found: YES (/home/duergars/Fooocus/fooocus_env/bin/python3 /tmp/pip-install-q9g06yhl/scipy_77513b64165c4bcab80c159b45434271/scipy/build_utils/tempita.py)
Program pythran found: YES 0.16.1 0.16.1 (/tmp/pip-build-env-cgqfiw3/overlay/bin/pythran)
Did not find CMake 'cmake'
Found CMake: NO
Run-time dependency xsimd found: NO (tried pkgconfig and cmake)
Run-time dependency threads found: YES
Library npymath found: YES
Run-time dependency pybind11 found: YES 2.13.6
Program f2py found: YES (/tmp/pip-build-env-cgqfiw3/overlay/bin/f2py)
Run-time dependency scipy-openblas found: NO (tried pkgconfig)
Run-time dependency openblas found: NO (tried pkgconfig and cmake)
Run-time dependency openblas found: NO (tried pkgconfig)
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Beta Was this translation helpful? Give feedback.
All reactions