-
Notifications
You must be signed in to change notification settings - Fork 10
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
LoadError: UndefVarError (in combination with popular CairoMakie?) #207
Comments
Did you try the hint Edit: Worked on my machine : julia> using Copulas, CairoMakie
(jl_bkNgSa) pkg> status
Status `C:\Users\lrnv\AppData\Local\Temp\jl_bkNgSa\Project.toml`
[13f3f980] CairoMakie v0.12.5
[ae264745] Copulas v0.1.23
julia> versioninfo()
Julia Version 1.10.0
Commit 3120989f39 (2023-12-25 18:01 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: 8 × 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-15.0.7 (ORCJIT, tigerlake)
Threads: 1 on 8 virtual cores
Environment:
JULIA_PKG_PRESERVE_TIERED_INSTALLED = true
julia>
Can you confirm your julia version and confirm that, on a new environement, witha julia restart, it still bugs out ? |
Julia version 1.10.2 on macOS. The demo above is in a fresh Julia session and starts by creating a new environment. |
Yes, indeed. Can you restart Julia after installing and before using packages, as hinted by the package manager, and confirm the same behavior ? |
I have a very similar error
Full message``` Precompiling Copulas Info Given Copulas was explicitly requested, output will be shown live ERROR: LoadError: MethodError: no method matching isless(::TaylorSeries.Taylor1{Float64}, ::TaylorSeries.Taylor1{Float64}) Closest candidates are: Stacktrace: ERROR: The following 1 direct dependency failed to precompile: Copulas [ae264745-0b69-425e-9d9d-cf662c5eec93] Failed to precompile Copulas [ae264745-0b69-425e-9d9d-cf662c5eec93] to "/home/peterwd/.julia/compiled/v1.10/Copulas/jl_iDDCi2". Closest candidates are: Stacktrace:
|
@pdeffebach what if you |
I added a newer version of TaylorSeries and the problem went away, but a generic |
Hum... So which version of Copulas and TaylorSeries did produce the bug ? Maybe I need to update the compatibility bounds |
Anyway I am still not able to reproduce any of your bugs down here (meaning: adding copulas and/or taylorseries and/or cairomakie in a new env just plain works), so I need more info from you :/ |
Closing in favor of #217 since it looks like its the same problem. |
The text was updated successfully, but these errors were encountered: