spleeterのインストールができない

実現したいこと

spleeterのインストール

発生している問題・分からないこと

pipコマンドでspleeterをインストールしようとすると途中でエラーが発生します

エラーメッセージ

error

1Collecting numpy<1.19.0,>=1.16.0 (from spleeter) 2 Using cached numpy-1.18.5.zip (5.4 MB) 3 Installing build dependencies ... done 4 Getting requirements to build wheel ... done 5 Preparing metadata (pyproject.toml) ... error 6 error: subprocess-exited-with-error 7 8 × Preparing metadata (pyproject.toml) did not run successfully. 9 │ exit code: 1 10 ╰─> [92 lines of output] 11 Running from numpy source directory. 12 <string>:461: UserWarning: Unrecognized setuptools command, proceeding with generating Cython sources and expanding templates 13 14 note: This error originates from a subprocess, and is likely not a problem with pip. 15error: metadata-generation-failed 16 17× Encountered error while generating package metadata. 18╰─> See above for output. 19 20note: This is an issue with the package mentioned above, not pip.

該当のソースコード

pip install spleeter

試したこと・調べたこと

上記の詳細・結果

ChatGPTにも聞きましたが、解決しませんでした。
note: This error originates from a subprocess, and is likely not a problem with pip.と出ているのでpipのせいではないと思います

補足

Windows11
python3.12.0

コメントを投稿

0 コメント