Удивительно, но это сработало
Прошлые разы как я это пробовал, мой оператор числил мою услугу "Статический IP" как отключенную и у меня ожидаемо ничего не получалось, но сейчас, ваш ответ мне помог, как никогда раньше.
Спасибо.
Максим Припадчев, Работает. ListTrainer работает. Я это заметил с самого начала. Проблемы возникли как раз с ChatterBotCorpusTrainer.
Что это может значить?
Текущая кодовая страница: 1251
venv "C:\Users\Ромэо\Desktop\sd_webui\stable-diffusion-webui-master\venv\Scripts\Python.exe"
Python 3.6.8 (tags/v3.6.8:3c6b436a57, Dec 24 2018, 00:16:47) [MSC v.1916 64 bit (AMD64)]
Commit hash:
Installing torch and torchvision
Traceback (most recent call last):
File "launch.py", line 294, in
prepare_environment()
File "launch.py", line 206, in prepare_environment
run(f'"{python}" -m {torch_command}', "Installing torch and torchvision", "Couldn't install torch")
File "launch.py", line 49, in run
raise RuntimeError(message)
RuntimeError: Couldn't install torch.
Command: "C:\Users\Ромэо\Desktop\sd_webui\stable-diffusion-webui-master\venv\Scripts\python.exe" -m pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
Error code: 1
stdout: Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu113
Collecting torch==1.12.1+cu113
stderr: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.0+cu113, 1.10.1, 1.10.1+cu113, 1.10.2, 1.10.2+cu113)
No matching distribution found for torch==1.12.1+cu113
You are using pip version 18.1, however version 21.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Роман Гончаров, Помогло chcp 1251 в начале файла user
Но опять что-то идёт не так
В начале всё отлично но потом:
много текста
stderr: Could not find a version that satisfies the requirement torch==1.12.1+cu113 (from versions: 1.7.0, 1.7.1, 1.8.0, 1.8.1, 1.9.0, 1.9.1, 1.10.0, 1.10.0+cu113, 1.10.1, 1.10.1+cu113, 1.10.2, 1.10.2+cu113)
No matching distribution found for torch==1.12.1+cu113
You are using pip version 18.1, however version 21.3.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.