Hi guys,
I have problems running the Differential Equation package although I have used the lines “import Pkg” or “using Pkg” and "Pkg.add(“DIfferentialEquations”). My julia’s current version is 1.6.1. Please help me resolve the below problem.
Unsatisfiable requirements detected for package DifferentialEquations [0c46a032]:
** DifferentialEquations [0c46a032] log:**
** ├─DifferentialEquations [0c46a032] has no known versions!**
** └─restricted to versions 6.17.1 by an explicit requirement — no versions left**
A little bit more information is required, such as whether you are installing in your global environment package or have set up a new environment. I am assuming you are in your global environment. In any case, the error is because you have another package in your environment that is preventing diff eq from installing. Could you let us know the output of st in Pkg mode… Output should be similar to
(@v1.6) pkg> st
Status `~/.julia/environments/v1.6/Project.toml`
...