FRBNY-DSGE / DSGE.jl

Solve and estimate Dynamic Stochastic General Equilibrium models (including the New York Fed DSGE)
https://frbny-dsge.github.io/DSGE.jl/latest/
BSD 3-Clause "New" or "Revised" License
864 stars 225 forks source link

Failed installation on Julia 1.10 #220

Closed keigito closed 2 months ago

keigito commented 7 months ago

The installation failed on julia ver. 1.10 with the error message showing: Updating registry at ~/.julia/registries/General.toml Resolving package versions... ERROR: Unsatisfiable requirements detected for package JLD2 [033835bb]: JLD2 [033835bb] log: ├─possible versions are: 0.1.0-0.4.45 or uninstalled ├─restricted by julia compatibility requirements to versions: 0.4.28-0.4.45 or uninstalled └─restricted by compatibility requirements with DSGE [6cf23378] to versions: 0.1.0-0.3.3 — no versions left └─DSGE [6cf23378] log: ├─possible versions are: 0.5.0-1.3.0 or uninstalled └─restricted to versions * by an explicit requirement, leaving only versions: 0.5.0-1.3.0

This seems to be related to the issue #216, which looks like it hasn't been addressed. Can someone take a look at this issue, please? Thanks!

tavaresgarcia commented 5 months ago

As mentioned in #216, the DSGE.jl package still works on Julia's current Long-term support (LTS) release: v1.6.7. You can download it from here.