Problems parallelizing declaring used packages

To help diagnose your issue, you might compare the output of Base.load_path() on master vs worker:

Base.load_path()
remotecall_fetch(Base.load_path, 2)
1 Like