-
Notifications
You must be signed in to change notification settings - Fork 34
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 #87
Comments
Could you share the entire stack trace? |
Hi, thanks for your help! For me, it seems to be related to QuantumCumulants.jl. |
We are using lazy strings in lazytensor at the moment using the string constructor |
the minimal supported version of julia is now 1.10, so this should not be a problem anymore |
Hi!
In version v0.3.10, precompilation results in
ERROR: LoadError: UndefVarError: @lazy_str not defined
. v0.3.9 works well for me, however.I am not sure if this depends on other packages or parameters of my system.
The text was updated successfully, but these errors were encountered: