-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error when executing a executable builded by pyinstaller #90
Comments
Can you inset the following into the catch block, so we can see what's going on?
|
Here I got
|
It's not showing the error. Can you also |
still no extra information :
It's weird, still has no extra output,
|
Interesting, I remove
got:
|
This issue has been marked as stale because it has been open for 30 days with no activity. If the issue is still relevant then please leave a comment, or else it will be closed in 7 days. |
This issue has been closed because it has been stale for 7 days. If it is still relevant, please re-open it. |
I'm trying to use pyinstaller to build a executable with juliacall , here is my code:
This works good in REPL, but runs into a error after pack it into a executable using pyinstaller:
I installed juliacall by
pip install -e .
in order to do some modification withjuliacall/init.py
to print some info.here is my modification with
juliacall/init.py
The text was updated successfully, but these errors were encountered: