ModuleNotFoundError: No module named 'yaml'

#7
by Bhagyamp - opened

When I try to install this on my PC, I get the following error: -
ModuleNotFoundError: No module named 'yaml'

then just try pip install yamlunless you have an error for a specific version then go pip install yaml==YOUR_VERSION_NUMBER

Thank you, but I think it says some file is missing:
"Traceback (most recent call last):
File "D:\text-generation-webui-main\text-generation-webui-main\server.py", line 4, in
from modules import shared
File "D:\text-generation-webui-main\text-generation-webui-main\modules\shared.py", line 8, in
import yaml
ModuleNotFoundError: No module named 'yaml'
Press any key to continue . . ."

Sign up or log in to comment