Acly / krita-ai-diffusion

Streamlined interface for generating images with AI in Krita. Inpaint and outpaint with optional text prompt, no tweaking required.
https://www.interstice.cloud
GNU General Public License v3.0
6.91k stars 339 forks source link

ModuleNotFoundError : no module named 'yaml' #1406

Open krishnaik3 opened 2 days ago

krishnaik3 commented 2 days ago

I get above error when starting server , running on macOS 11 . I have checked pip install pyyaml it says requirement already satisfied, what do i need to do to fix this? Running python 3.11.6 and latest version 1.28 of the plugin. I also upgraded pip to 24.3.1

Acly commented 2 days ago

Did you check/install the package inside the server's environment?

cd /path/to/server
source venv/bin/activate
pip install pyyaml

Might be missing more things if something went wrong with installing dependencies though. Installer usually takes care of this. You can check client.log to see what packages were installed.