Feature #71 testing failed Exception in thread Thread-1 (_read_output): Traceback (most recent call last): File "${USER_HOME}\AppData\Local\Programs\Python\Python313 ...
Workaround I found: I had to manually set set PYTHONUTF8=1 in my run_nvidia_gpu.bat startup script to force Python to handle the encoding correctly. The node code should ideally handle subprocess ...