-
Notifications
You must be signed in to change notification settings - Fork 71
Precompile cache misses #594
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
Comments
What makes you think this is caused by PythonCall? |
oh, sorry it is my just a guess, since only PythonCall is used in the module file? |
I could reproduce it with only using But this might be a Julia precompileing issue, I am not sure.
|
I am also seeing this happen when all the package code does is load PythonCall. |
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm using
PythonCall.jl
in my Julia package, but I found that it always precompiles this package.Is this an expected behavior or is there something wrong with my usage? Below is my code.
CondaPkg.toml
Project.toml
Newenv.jl
I cd to
path/to/Newenv.jl
and launch Julia, than typedev .
to install this package.precompile every time:
The text was updated successfully, but these errors were encountered: