Closed Danamir closed 3 months ago
Hi, I just updated my requirements.txt
file that contains the new module. You may wants to update the extension or install module manually.
Strange, I already have wat-inspector installed :
$ pip list | grep wat-inspector
wat-inspector 0.4.0
$ python
Python 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from wat.inspection import inspection
>>> inspection.inspect_format
<function inspect_format at 0x0000022AB7650720>
>>> __import__("wat.inspection.inspection").inspection
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "F:\ComfyUI\venv\Lib\site-packages\wat\inspection\inspection.py", line 438, in __getattr__
raise AttributeError
AttributeError. Did you mean: 'inspect'?
There seems to be a problem with the syntax __import__("wat.inspection.inspection")
?
Looks like module path changed. I'll take a look later tonight.
Fix has been pushed.
Working, thanks !
I got an error on load with ComfyUI version
2552[cd5017](2024-08-17)
: