runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 14, in <module> learn = load_learner(model_file_path, cpu=True) File "/home/user/.local/lib/python3.10/site-packages/fastai/learner.py", line 428, in load_learner try: res = torch.load(fname, map_location=map_loc, pickle_module=pickle_module) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 789, in load return _load(opened_zipfile, map_location, pickle_module, **pickle_load_args) File "/home/user/.local/lib/python3.10/site-packages/torch/serialization.py", line 1131, in _load result = unpickler.load() File "/usr/local/lib/python3.10/pathlib.py", line 962, in __new__ raise NotImplementedError("cannot instantiate %r on your system" NotImplementedError: cannot instantiate 'WindowsPath' on your system

Container logs:

Fetching error logs...