Closed powerllama closed 2 months ago
It is clear that websocket cannot be installed directly on Nuke, so the Python library of the operating system must be imported, and for that reason that version of the system must be the same as that of Nuke because different versions will not be compatible.
You are right, so I updated point 2. https://github.com/vinavfx/ComfyUI-for-Nuke/commit/588d60c9e4086b54b832b945778423912f4109f0
Let me know if you understand me now, I speak Spanish so maybe I don't make myself understood thanks
I think it’s important to do the python import specific way of installing the module so it’s installed in the same python version that is compatible with Nuke’s version. So when you install with python3.10 -m pip install
it will install the correct version into the correct python version.
Thanks!
In step 2 you list:
To make this more clear, perhaps this could be changed to something like:
This will run pip as a submodule of python 3.10 specifically, so it will get installed to the proper version of Python that aligns with Nuke's Python version.
(sorry for the accidental double post) Submitted this as an issue, but could also fork and make a pull request.