.pkl becomes zip in Raspberry Pi

I have trained a model in my computer and export the .pkl file. I am trying to put the image classification into production on Raspberry Pi. However, the .pkl file automatically become ZIP file type after I copy it to Raspberry Pi. When I try to load the model in the code, it cause a RuntimeError. If anyone has any ideas, pls reply.