You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Likely the issue is that NodeState has a logdir variable with type Pathlib.Path that is created in the Manager computer, pickled, and sent to the Worker computer to be unpickled. Different OS can cause incompatible pathlib.Path objects. Let me convert it to string.
I was wondering why the logdir needs to be a path during initialization? Additionally, does the temporary directory needs to be created during initialization?
It seems like nodes created in a Linux system cannot be instantiated in Windows and throws the above error:
The text was updated successfully, but these errors were encountered: