-
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
PigeonsForwardDiffExt fails to precompile on 1.11.1 #287
Comments
Something similar for me: I got this error during the precompilation: pkg> precompile
Precompiling project...
✗ Pigeons → PigeonsForwardDiffExt
0 dependencies successfully precompiled in 9 seconds. 583 already precompiled.
ERROR: The following 1 direct dependency failed to precompile:
PigeonsForwardDiffExt
Failed to precompile PigeonsForwardDiffExt [c307e446-76ca-5895-84ac-f2b84d8f68d6] to "/Users/mlombard/.julia/compiled/v1.11/PigeonsForwardDiffExt/jl_Ot6OBL".
ERROR: LoadError: type Nothing has no field ForwardDiffLogDensity
Stacktrace:
[1] getproperty(x::Nothing, f::Symbol)
@ Base ./Base.jl:49
[2] top-level scope
@ ~/.julia/packages/Pigeons/pUXew/ext/PigeonsForwardDiffExt/PigeonsForwardDiffExt.jl:24
[3] include
@ ./Base.jl:557 [inlined]
[4] include_package_for_output(pkg::Base.PkgId, input::String, depot_path::Vector{String}, dl_load_path::Vector{String}, load_path::Vector{String}, concrete_deps::Vector{Pair{Base.PkgId, UInt128}}, source::Nothing)
@ Base ./loading.jl:2790
[5] top-level scope
@ stdin:5
in expression starting at /Users/mlombard/.julia/packages/Pigeons/pUXew/ext/PigeonsForwardDiffExt/PigeonsForwardDiffExt.jl:1
in expression starting at stdin:
(Gravity) pkg> |
thorek1
changed the title
PigeonsForwardDiffExt fails to repcompile on 1.11.1
PigeonsForwardDiffExt fails to precompile on 1.11.1
Oct 17, 2024
Oof! Thanks for reporting. I think this is due to a recent change in LogDensityProblemsAD.jl. Let me investigate. |
Scratch that -- this seems like it is due to a breaking change in 1.11.1 in the way |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from my tests:
The text was updated successfully, but these errors were encountered: