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

Installation on Julia 1.9.4 #216

Closed hadi-asfarangga closed 2 months ago

hadi-asfarangga commented 9 months ago

I have the following error message when trying to install the DSGE package on Julia 1.9.4: ERROR: Unsatisfiable requirements detected for package JLD2 [033835bb]: JLD2 [033835bb] log: ├─possible versions are: 0.1.0-0.4.38 or uninstalled ├─restricted to versions by an explicit requirement, leaving only versions: 0.1.0-0.4.38 ├─restricted by julia compatibility requirements to versions: 0.4.28-0.4.38 or uninstalled, leaving only versions: 0.4.28-0.4.38 └─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

I have tried to install JLD2 package with the version of 0.3.3, but got the following error message: ERROR: Unsatisfiable requirements detected for package JLD2 [033835bb]: JLD2 [033835bb] log: ├─possible versions are: 0.1.0-0.4.38 or uninstalled ├─restricted to versions 0.3.3 by an explicit requirement, leaving only versions: 0.3.3 └─restricted by julia compatibility requirements to versions: 0.4.28-0.4.38 or uninstalled — no versions left

How can I solve the installation issues? Thank you for your help.

tavaresgarcia commented 5 months ago

As mentioned in #182, the DSGE.jl package still works on Julia's current Long-term support (LTS) release: v1.6.7. You can download it from here. I've just installed and tested it today.