79438723

Date: 2025-02-14 08:20:03
Score: 0.5
Natty:
Report link

I think the problem is that each process has its own memeory. This means that in the process blender_process the variable nvidia_cmd is not set and will be always None. (nvidia_cmd is only set inside the other process) You need to share nvidia_cmd between the precesses. E.g. Queue.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mr T