PITGrid fails - CreateRadFolder - excample from gridbased_PIT_Recipe.gh

Hi everyone,
after seraching the forum while trying to follow the tutorial and having installed HB, and updated to latest Pollination Grashopper Plugin, I finally cannot find out the problem.

Scheduled 9 tasks of which:

  • 2 failed:
    • 1 CreateRadFolder(…)
    • 1 GenerateSky(…)
  • 7 were left pending, among these:
    • 7 had failed dependencies:
      • 1 AdjustSky(…)
      • 1 CreateOctree(…)
      • 1 LetPointInTimeGridFly(…)
      • 1 PointInTimeGridRayTracing(…)
      • 1 RestructureResults(…)

This progress looks :frowning: because there were failed tasks

===== Luigi Execution Summary =====

from the logs:
2023-01-01 20:22:16 INFO: CreateRadFolder: copying input artifact input_model from C:/Users/name/simulation/solidapproach/point_in_time_grid/solidapproach.hbjson …
2023-01-01 20:22:16 INFO: CreateRadFolder: finished copying artifacts…
2023-01-01 20:22:16 INFO: Started running CreateRadFolder…
2023-01-01 20:22:16 INFO: Das System kann den angegebenen Pfad nicht finden.

“Das System kann den angegebenen Pfad nicht finden” = “the system can not find the path specified” which I can’t make sense off. The folder “solidapproch” and files inside are just created fine, while the RAD folder fails.

Any Idea?

Sorry new user, so can’t post the logs.

edit: clearified which folder gets created just fine, edited the error, changed category

And there is in the queenbee.exe cli:

Failed task: CreateRadFolder.
Run the command with --debug key to debug the workflow.

Exception ignored in: <finalize object at 0x192a8aede50; dead>
Traceback (most recent call last):
File “C:\Program Files\ladybug_tools\python\lib\weakref.py”, line 572, in call
return info.func(*info.args, **(info.kwargs or {}))
File “C:\Program Files\ladybug_tools\python\lib\tempfile.py”, line 797, in _cleanup
_shutil.rmtree(name)
File “C:\Program Files\ladybug_tools\python\lib\shutil.py”, line 516, in rmtree
return _rmtree_unsafe(path, onerror)
File “C:\Program Files\ladybug_tools\python\lib\shutil.py”, line 404, in _rmtree_unsafe
onerror(os.rmdir, path, sys.exc_info())
File “C:\Program Files\ladybug_tools\python\lib\shutil.py”, line 402, in _rmtree_unsafe
os.rmdir(path)
PermissionError: [WinError 32] Der Prozess kann nicht auf die Datei zugreifen, da sie von einem anderen Prozess verwendet wird: ‘C:\Users\hartmut\AppData\Local\Temp\tmpeaqhfi54’

Ok, so that seems to be related to my scrumbled setup of Anaconda / python on that specific machine. Anyway. Perhaps that helps sorting out such an error for someone else.

:slight_smile:

1 Like