Converting into exe file through pyinstaller-> spacy cannot find factory for 'curated transformer' #13423
Unanswered
estherkim083
asked this question in
Help: Installation
Replies: 1 comment 2 replies
-
Hi! Sorry to hear you're running into issues with this. So the way that the factories work, is that the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to turn the above code into exe file.
However, [valueerror: [e002] can't find factory for 'curated transformer' for language english (en)] error occurs...
I used pyinstaller to convert it into exe file. In the pyinstaller, I included spacy, spacy_curated_transformers, curated_transformers into the hidden import.
I wonder how to make this executable file configure the curated transformer factory...
Please help me.
My Environment
Beta Was this translation helpful? Give feedback.
All reactions