Skip to content
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

Closed
tnadolny opened this issue Apr 14, 2023 · 4 comments
Closed

Precompilation error #87

tnadolny opened this issue Apr 14, 2023 · 4 comments

Comments

@tnadolny
Copy link

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.

@Krastanov
Copy link
Collaborator

Could you share the entire stack trace? LazyString and @lazy_str does not appear anywhere in the QuantumOpticsBase code, now or in 0.3.9, so this is probably a problem in a dependency or just an issue with something else in the environment.

@tnadolny
Copy link
Author

Hi, thanks for your help! For me, it seems to be related to QuantumCumulants.jl.
However, it is most likely a problem on my part, and I will first clean up my Packages and try to install again from scratch.
Thanks again!

@amilsted
Copy link
Collaborator

We are using lazy strings in lazytensor at the moment using the string constructor lazy"this is a lazy string with $variable interpolation".

@amilsted amilsted reopened this Apr 15, 2023
@Krastanov
Copy link
Collaborator

the minimal supported version of julia is now 1.10, so this should not be a problem anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants