Plachtaa / VALL-E-X

An open source implementation of Microsoft's VALL-E X zero-shot TTS model. Demo is available in https://plachtaa.github.io
MIT License
7.42k stars 747 forks source link

mac install scipy error #140

Closed moonshinehy closed 7 months ago

moonshinehy commented 7 months ago

Collecting scipy (from vocos->-r requirements.txt (line 23)) Using cached scipy-1.10.1.tar.gz (42.4 MB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... error error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [41 lines of output] The Meson build system Version: 1.2.3 Source dir: /private/var/folders/v1/n4h0b1zn0xbcb7fzc13scd8w0000gp/T/pip-install-_lwe90v2/scipy_2066a73b44fa459fb537f60c2f0f672e Build dir: /private/var/folders/v1/n4h0b1zn0xbcb7fzc13scd8w0000gp/T/pip-install-_lwe90v2/scipy_2066a73b44fa459fb537f60c2f0f672e/.mesonpy-jcrncx5b/build Build type: native build Project name: SciPy Project version: 1.10.1 C compiler for the host machine: cc (clang 12.0.5 "Apple clang version 12.0.5 (clang-1205.0.22.11)") C linker for the host machine: cc ld64 650.9 C++ compiler for the host machine: c++ (clang 12.0.5 "Apple clang version 12.0.5 (clang-1205.0.22.11)") C++ linker for the host machine: c++ ld64 650.9 Cython compiler for the host machine: cython (cython 0.29.36) Host machine cpu family: aarch64 Host machine cpu: aarch64 Compiler for C supports arguments -Wno-unused-but-set-variable: NO 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 Compiler for C supports arguments -Wno-incompatible-pointer-types: YES Library m found: YES Fortran compiler for the host machine: gfortran (gcc 13.2.0 "GNU Fortran (Homebrew GCC 13.2.0) 13.2.0") Fortran linker for the host machine: gfortran ld64 650.9 Compiler for Fortran supports arguments -Wno-conversion: YES Checking if "-Wl,--version-script" : links: NO Program cython found: YES (/private/var/folders/v1/n4h0b1zn0xbcb7fzc13scd8w0000gp/T/pip-build-env-5kjijvf2/overlay/bin/cython) Program python found: YES (/Users/xxx/workspace/valle-x/VALL-E-X/venv/bin/python) Found pkg-config: /opt/homebrew/bin/pkg-config (0.29.2) Run-time dependency python found: YES 3.8 Program pythran found: YES (/private/var/folders/v1/n4h0b1zn0xbcb7fzc13scd8w0000gp/T/pip-build-env-5kjijvf2/overlay/bin/pythran) Run-time dependency threads found: YES Library npymath found: YES Library npyrandom found: YES Found CMake: /opt/homebrew/bin/cmake (3.27.7) WARNING: CMake Toolchain: Failed to determine CMake compilers state Run-time dependency openblas found: NO (tried pkgconfig, framework and cmake) Run-time dependency openblas found: NO (tried pkgconfig, framework and cmake)

  ../../scipy/meson.build:134:7: ERROR: Dependency "OpenBLAS" not found, tried pkgconfig, framework and cmake

  A full log can be found at /private/var/folders/v1/n4h0b1zn0xbcb7fzc13scd8w0000gp/T/pip-install-_lwe90v2/scipy_2066a73b44fa459fb537f60c2f0f672e/.mesonpy-jcrncx5b/build/meson-logs/meson-log.txt
  + meson setup --prefix=/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.8 /private/var/folders/v1/n4h0b1zn0xbcb7fzc13scd8w0000gp/T/pip-install-_lwe90v2/scipy_2066a73b44fa459fb537f60c2f0f672e /private/var/folders/v1/n4h0b1zn0xbcb7fzc13scd8w0000gp/T/pip-install-_lwe90v2/scipy_2066a73b44fa459fb537f60c2f0f672e/.mesonpy-jcrncx5b/build --native-file=/private/var/folders/v1/n4h0b1zn0xbcb7fzc13scd8w0000gp/T/pip-install-_lwe90v2/scipy_2066a73b44fa459fb537f60c2f0f672e/.mesonpy-native-file.ini -Ddebug=false -Doptimization=2
  [end of output]

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.