StableDifusionを起動したい

実現したいこと

前提

Homebrew、Pythonをインストールし、Stable Difusion WEB UIのファイルをダウンロードすることまで問題なく行えました。

発生している問題・エラーメッセージ

以下を入力し、Enterを押すと起動するはずなのですが

./webui.sh

途中からerrorの文字が現れて、結果として立ち上げることができません。

Preparing metadata (pyproject.toml): started Preparing metadata (pyproject.toml): finished with status 'error' stderr: error: subprocess-exited-with-error × Preparing metadata (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [42 lines of output] + meson setup /private/var/folders/y4/zgzj3d213_v52jmnh82mcfr00000gn/T/pip-install-nwamux5m/scipy_d04e37fb5e36473980b28ca300e2a908 /private/var/folders/y4/zgzj3d213_v52jmnh82mcfr00000gn/T/pip-install-nwamux5m/scipy_d04e37fb5e36473980b28ca300e2a908/.mesonpy-qoz31fqg/build -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=/private/var/folders/y4/zgzj3d213_v52jmnh82mcfr00000gn/T/pip-install-nwamux5m/scipy_d04e37fb5e36473980b28ca300e2a908/.mesonpy-qoz31fqg/build/meson-python-native-file.ini The Meson build system Version: 1.1.1 Source dir: /private/var/folders/y4/zgzj3d213_v52jmnh82mcfr00000gn/T/pip-install-nwamux5m/scipy_d04e37fb5e36473980b28ca300e2a908 Build dir: /private/var/folders/y4/zgzj3d213_v52jmnh82mcfr00000gn/T/pip-install-nwamux5m/scipy_d04e37fb5e36473980b28ca300e2a908/.mesonpy-qoz31fqg/build Build type: native build Project name: SciPy Project version: 1.11.1 C compiler for the host machine: cc (clang 13.0.0 "Apple clang version 13.0.0 (clang-1300.0.29.30)") C linker for the host machine: cc ld64 711 C++ compiler for the host machine: c++ (clang 13.0.0 "Apple clang version 13.0.0 (clang-1300.0.29.30)") C++ linker for the host machine: c++ ld64 711 Cython compiler for the host machine: cython (cython 0.29.36) Host machine cpu family: aarch64 Host machine cpu: aarch64 Program python found: YES (/Users/nana/.pyenv/versions/3.10.6/bin/python3.10) Found pkg-config: /opt/homebrew/bin/pkg-config (0.29.2) Program cython found: YES (/private/var/folders/y4/zgzj3d213_v52jmnh82mcfr00000gn/T/pip-build-env-wri8hxq1/overlay/bin/cython) 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 Library m found: YES ../../meson.build:82:0: ERROR: Unknown compiler(s): [['gfortran'], ['flang'], ['nvfortran'], ['pgfortran'], ['ifort'], ['ifx'], ['g95']] The following exception(s) were encountered: Running `gfortran --version` gave "[Errno 2] No such file or directory: 'gfortran'" Running `gfortran -V` gave "[Errno 2] No such file or directory: 'gfortran'" Running `flang --version` gave "[Errno 2] No such file or directory: 'flang'" Running `flang -V` gave "[Errno 2] No such file or directory: 'flang'" Running `nvfortran --version` gave "[Errno 2] No such file or directory: 'nvfortran'" Running `nvfortran -V` gave "[Errno 2] No such file or directory: 'nvfortran'" Running `pgfortran --version` gave "[Errno 2] No such file or directory: 'pgfortran'" Running `pgfortran -V` gave "[Errno 2] No such file or directory: 'pgfortran'" Running `ifort --version` gave "[Errno 2] No such file or directory: 'ifort'" Running `ifort -V` gave "[Errno 2] No such file or directory: 'ifort'" Running `ifx --version` gave "[Errno 2] No such file or directory: 'ifx'" Running `ifx -V` gave "[Errno 2] No such file or directory: 'ifx'" Running `g95 --version` gave "[Errno 2] No such file or directory: 'g95'" Running `g95 -V` gave "[Errno 2] No such file or directory: 'g95'" A full log can be found at /private/var/folders/y4/zgzj3d213_v52jmnh82mcfr00000gn/T/pip-install-nwamux5m/scipy_d04e37fb5e36473980b28ca300e2a908/.mesonpy-qoz31fqg/build/meson-logs/meson-log.txt [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.

補足情報(FW/ツールのバージョンなど)

mac OS Big Sur 11.7.8
Homebrew 4.0.28
Python 3.10.6

コメントを投稿

0 コメント