OSError: [Errno 22] Invalid argument while loading pretrained fasttext embeddings

I am trying to load pretrained fastext embeddings from .vector_cache on a windows machine, and it’s throwing OSError: [Errno 22] Invalid argument error. And when we download for the first time it has downloaded two files into .vectors_cache folder : wiki.en.vec and wiki.en.vec.pt. what’s the significance of wiki.en.vec.pt file?