gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
964 stars 90 forks source link

[BUG REPORT] #179

Open hiktan44 opened 7 months ago

hiktan44 commented 7 months ago

The default interactive shell is now zsh. To update your account to use zsh, please run chsh -s /bin/zsh. For more details, please visit https://support.apple.com/kb/HT208050. bash-3.2$ git clone https://github.com/cocktailpeanut/audio-webui fatal: destination path 'audio-webui' already exists and is not an empty directory. bash-3.2$ The default interactive shell is now zsh. To update your account to use zsh, please run chsh -s /bin/zsh. For more details, please visit https://support.apple.com/kb/HT208050. bash-3.2$ brew install mecab ==> Downloading https://formulae.brew.sh/api/formula.jws.json ############################################################################################################################ 100.0% ==> Downloading https://formulae.brew.sh/api/cask.jws.json ############################################################################################################################ 100.0% Warning: mecab 0.996 is already installed and up-to-date. To reinstall 0.996, run: brew reinstall mecab bash-3.2$ The default interactive shell is now zsh. To update your account to use zsh, please run chsh -s /bin/zsh. For more details, please visit https://support.apple.com/kb/HT208050. bash-3.2$ bash-3.2$ bash run.sh Checking installs and venv + autodebug checks Python version: 3.10.13 (main, Sep 11 2023, 08:39:02) [Clang 14.0.6 ] Webui version: 88127c8c203c0d1a5d8ba68572ad8a0cff2d6232 - Mon Aug 14 03:27:38 2023 -0400 Found extensions: activating venv Checking installs and venv + autodebug checks Python version: 3.10.13 (main, Sep 11 2023, 08:39:02) [Clang 14.0.6 ] Webui version: 88127c8c203c0d1a5d8ba68572ad8a0cff2d6232 - Mon Aug 14 03:27:38 2023 -0400 Found extensions: Failed to install pyworld. Check AutoDebug output.

▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
█░▄▄▀██░██░█▄▄░▄▄██░▄▄▄░██░▄▄▀██░▄▄▄██░▄▄▀██░██░██░▄▄░██
█░▀▀░██░██░███░████░███░██░██░██░▄▄▄██░▄▄▀██░██░██░█▀▀██
█░██░██▄▀▀▄███░████░▀▀▀░██░▀▀░██░▀▀▀██░▀▀░██▄▀▀▄██░▀▀▄██
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀

Install failed! STDOUT: Collecting pyworld>=0.3.2 Using cached pyworld-0.3.4.tar.gz (251 kB) 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 ╰─> [14 lines of output] running dist_info creating /private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld.egg-info writing /private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld.egg-info/PKG-INFO writing dependency_links to /private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld.egg-info/dependency_links.txt writing requirements to /private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld.egg-info/requires.txt writing top-level names to /private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld.egg-info/top_level.txt writing manifest file '/private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld.egg-info/SOURCES.txt' reading manifest file '/private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.pxd' under directory 'pyworld' adding license file 'LICENSE' writing manifest file '/private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld.egg-info/SOURCES.txt' creating '/private/var/folders/_r/j71yb4rd5szcgg1_fr9dpt5h0000gn/T/pip-modern-metadata-8ia7m1lu/pyworld-0.3.4.dist-info' error: invalid command 'bdist_wheel' [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.

[notice] A new release of pip is available: 23.0.1 -> 23.3.1 [notice] To update, run: pip install --upgrade pip

Please read the error above carefully. If you are unsure, please create an issue at https://github.com/gitmylo/audio-webui/issues. When creating an issue, please include your full autodebug message. Exit code: 1

gitmylo commented 7 months ago

You might not have python's build tools installed in your python install or venv (pip install wheel in the env)

luthis1124 commented 6 months ago

I just had, and fixed this error.

pip install pyworld==0.3.2

and start install again:

. run.sh

Obviously with the venv activated.

Or you could delete everything and set pyworld==0.3.2 in the requirements.txt

May cause issues when upgrading though.