krita-ai-diffusion icon indicating copy to clipboard operation
krita-ai-diffusion copied to clipboard

1.42.0 error of python version

Open b4zz4 opened this issue 3 months ago • 2 comments

Image

client.log

server.log

b4zz4 avatar Nov 21 '25 16:11 b4zz4

Please do a Manage > Re-install to upgrade everything to Python 3.12

Acly avatar Nov 21 '25 16:11 Acly

Dont work...

https://github.com/user-attachments/assets/fb541234-f7d6-495c-9f88-8011f9cb1188

b4zz4 avatar Nov 21 '25 17:11 b4zz4

I had this error -- I had previously created a custom pyenv cfg to pin my 3.11.11 python version when things were in a funky in between state with pytorch...

what I did to resolve was this:

cd Krita/Comfy/ComfyUI # or whatever your Krita ComfyUI install directory is set to pyenv install 3.12.12 pyenv local 3.12.12 rm -rf venv python -m venv venv

then install worked smoothly, but I had to restart Krita for the server to work correctly

dannynicolas avatar Dec 10 '25 23:12 dannynicolas