gitmylo / audio-webui

A webui for different audio related Neural Networks
MIT License
1.03k stars 99 forks source link

[BUG REPORT] #197

Open toonyman2020 opened 9 months ago

toonyman2020 commented 9 months ago

Install failed! STDOUT: Looking in indexes: https://download.pytorch.org/whl/cu117 Requirement already satisfied: torch in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (2.1.0) Requirement already satisfied: torchvision in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (0.15.2+cu 117) Requirement already satisfied: torchaudio in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (2.1.0)
Requirement already satisfied: jinja2 in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from torch) (3 .1.2) Requirement already satisfied: filelock in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from torch) (3.13.1) Requirement already satisfied: networkx in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from torch) (2.8.8) Requirement already satisfied: fsspec in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from torch) (2 023.12.2) Requirement already satisfied: typing-extensions in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (fro m torch) (4.9.0) Requirement already satisfied: sympy in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from torch) (1. 12) Collecting torch Using cached https://download.pytorch.org/whl/cu117/torch-2.0.1%2Bcu117-cp310-cp310-win_amd64.whl (2343.6 MB) Requirement already satisfied: requests in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from torchvi sion) (2.31.0) Requirement already satisfied: numpy in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from torchvisio n) (1.23.5) Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from torchvision) (10.1.0) Collecting torchaudio Using cached https://download.pytorch.org/whl/cu117/torchaudio-2.0.2%2Bcu117-cp310-cp310-win_amd64.whl (2.5 MB) Requirement already satisfied: MarkupSafe>=2.0 in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from jinja2->torch) (2.1.3) Requirement already satisfied: idna<4,>=2.5 in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from req uests->torchvision) (3.6) Requirement already satisfied: charset-normalizer<4,>=2 in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packag es (from requests->torchvision) (3.3.2) Requirement already satisfied: urllib3<3,>=1.21.1 in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (fr om requests->torchvision) (2.0.7) Requirement already satisfied: certifi>=2017.4.17 in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (fr om requests->torchvision) (2023.11.17) Requirement already satisfied: mpmath>=0.19 in a:\pinokio\api\audio-webui.pinokio.git\audio-webui\venv\lib\site-packages (from sym py->torch) (1.3.0) Installing collected packages: torch, torchaudio Attempting uninstall: torch Found existing installation: torch 2.1.0 Uninstalling torch-2.1.0: Successfully uninstalled torch-2.1.0

STDERR: ERROR: Could not install packages due to an OSError: [WinError 5] Access is denied: 'A:\Pinokio\api\audio-webui.pinokio.git\au dio-webui\venv\Lib\site-packages\~orch\lib\asmjit.dll' Check the permissions.

[notice] A new release of pip is available: 23.0.1 -> 23.3.2 [notice] To update, run: python.exe -m 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 9 months ago

Try re-running. If that doesn't work, it might work after restarting windows.

etruscanmuffin909 commented 8 months ago

Try re-running. If that doesn't work, it might work after restarting windows.

My error looked similar to this at the end also

[notice] A new release of pip is available: 23.0.1 -> 23.3.2 [notice] To update, run: python.exe -m 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

I reran it, I tried changing directories and permissions, I restarted, I tried installing from both the installer and github and kept winding up with this.

gitmylo commented 8 months ago

Have you tried re-running the installer after you got the error? Without deleting files before that.

etruscanmuffin909 commented 8 months ago

Have you tried re-running the installer after you got the error? Without deleting files before that.

Unfortunately, yes:

OSError: [WinError 127] The specified procedure could not be found

CRCODE22 commented 8 months ago

Have you tried re-running the installer after you got the error? Without deleting files before that.

Just fix your install script(s) rather than assuming the problem is with the users. It should be clear by now that the problem is related to Pytorch\Pytorch Audio.

CRCODE22 commented 8 months ago

Try re-running. If that doesn't work, it might work after restarting windows.

My error looked similar to this at the end also

[notice] A new release of pip is available: 23.0.1 -> 23.3.2 [notice] To update, run: python.exe -m 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

I reran it, I tried changing directories and permissions, I restarted, I tried installing from both the installer and github and kept winding up with this.

Audio-W

Try re-running. If that doesn't work, it might work after restarting windows.

Or just check for the possibility your install script is the problem there is too many users creating issues related to the same problem. It goes wrong around Pytorch a good start to look I would say. If you do not have the time or desire to fix your install script(s) just tell people rather than blaming it on the user doing things wrong when all they do is just run your install script(s)