-
Notifications
You must be signed in to change notification settings - Fork 65
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
precompilation error when using module with PythonCall.jl in another module #337
Comments
I don't think this is a problem with PythonCall, the error message is pretty clear: ERROR: LoadError: InitError: LoadError: Evaluation into the closed module I suspect it's because you are calling |
Ok, thank you very much for the response. I will look into using |
Using |
|
Ahh, I see, thank you very much for the response/explanation. |
Affects: PythonCall
Describe the bug
I have a module
Foo
which imports a Python package and defines some functions using this Python package. All tests pass and it works great. I have another moduleBar
which usesFoo
. During precompilation ofBar
I get this error:In
Foo
, I load the Python package and some user defined Python functions asYour system
Please provide detailed information about your system:
The text was updated successfully, but these errors were encountered: