Get erro tuning a exe with spacy #12927
Unanswered
eumateuscandido
asked this question in
Help: Coding & Implementations
Replies: 1 comment
-
Hi, (note that I converted this to a discussion because the Issue Tracker should only be used for bug reports) As your code runs fine on your computer, and you're getting an error related to a file on the file system of the other computer, I'm afraid I don't really see how this is related to the spaCy library specifically? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a virtual environment in pycharm and created an executable from the code below. The executable runs smoothly on my computer, but when I send it to another computer it doesn't work, it shows the error: system could not find the specific file.
I created a exe with: pyinstaller --onefile -w --hiddenimport srsly.msgpack.util --console setup.py
Code:
def trainmodel():
def train_model_thread():
messagebox.showinfo("Treinando Modelo", "Treinando Modelo...")
Beta Was this translation helpful? Give feedback.
All reactions