Cannot export a model from Colab to local Windows system

Hello all,
I have used fastai to fine-tune a model based on ResNet50 on Google Colab. The model works fine on Colab so I have exported and downloaded it from Colab to my laptop that has Windows 10 as OS. Unfortunately when I try to import the model in Anaconda, it returns the following error:

NotImplementedError: cannot instantiate ‘PosixPath’ on your system

My question is: is there a way to export a model trained on Google Colab to a Windows OS ?

Many thanks in advance for any suggestion.

Hi Luigi
A (not very good solution) would be to using vmplayer on windows to run a linix distribution and then import it into the linux box.

There might be a future solution (Install WSL on Windows 10 | Microsoft Docs)
Regards Conwyn