how to load a pickle in linux that is created/saved on windows machine? #11475
Unanswered
mahagilo
asked this question in
Help: Other Questions
Replies: 1 comment 6 replies
-
Can you clarify what it was you pickled? This might just not work. Also, is this related to spaCy specifically? If not this question might be better suited for Stack Overflow. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I load a pickle in Linux that is created/saved on a Windows machine?
I get the following error:
file "/usr/lib/python3.10/pathlib.py", line 960, in new
raise NotImplementedError("cannot instantiate %r on your system"
NotImplementedError: cannot instantiate 'WindowsPath' on your system
Beta Was this translation helpful? Give feedback.
All reactions