-
Notifications
You must be signed in to change notification settings - Fork 6
Description
When I was trying to add package in a NEW TEMP environment:
(MyProject) pkg> activate --temp
(jl_CqqH9Y) pkg> add OrbitalTrajectories
Then something was wrong with StochasticDiffEq Package:
WHY this happened?
ERROR: Unsatisfiable requirements detected for package StochasticDiffEq [789caeaf]:
StochasticDiffEq [789caeaf] log:
├─possible versions are: 5.0.0 - 6.79.0 or uninstalled
├─restricted by compatibility requirements with SciMLBase [0bca4576] to versions: 5.0.0 - 6.62.0 or uninstalled
│ └─SciMLBase [0bca4576] log:
│ ├─possible versions are: 1.0.0 - 2.95.0 or uninstalled
│ └─restricted by compatibility requirements with OrbitalTrajectories [2b613a20] to versions: 1.8.0 - 1.98.1
│ └─OrbitalTrajectories [2b613a20] log:
│ ├─possible versions are: 0.1.0 - 0.1.14 or uninstalled
│ └─restricted to versions * by an explicit requirement, leaving only versions: 0.1.0 - 0.1.14
├─restricted by compatibility requirements with DifferentialEquations [0c46a032] to versions: 6.13.0 - 6.79.0, leaving only versions: 6.13.0 - 6.62.0
│ └─DifferentialEquations [0c46a032] log:
│ ├─possible versions are: 5.0.0 - 7.16.1 or uninstalled
│ ├─restricted by compatibility requirements with OrbitalTrajectories [2b613a20] to versions: 6.16.0 - 6.21.0
│ │ └─OrbitalTrajectories [2b613a20] log: see above
│ └─restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: 5.0.0 - 6.20.0 or uninstalled, leaving only versions: 6.16.0 - 6.20.0
│ └─OrdinaryDiffEq [1dea7af3] log:
│ ├─possible versions are: 4.0.0 - 6.97.0 or uninstalled
│ └─restricted by compatibility requirements with OrbitalTrajectories [2b613a20] to versions: 5.49.1 - 5.71.2
│ └─OrbitalTrajectories [2b613a20] log: see above
├─restricted by compatibility requirements with SparseDiffTools [47a9eef4] to versions: [5.0.0 - 6.6.0, 6.15.0 - 6.79.0] or uninstalled, leaving only versions: 6.15.0 - 6.62.0
│ └─SparseDiffTools [47a9eef4] log:
│ ├─possible versions are: 0.1.0 - 2.26.0 or uninstalled
│ ├─restricted by compatibility requirements with SpecialFunctions [276daf66] to versions: [0.1.0 - 0.2.0, 0.5.0 - 2.26.0] or uninstalled
│ │ └─SpecialFunctions [276daf66] log:
│ │ ├─possible versions are: 0.7.0 - 2.5.1 or uninstalled
│ │ ├─restricted by compatibility requirements with BinaryProvider [b99e7846] to versions: 0.9.0 - 2.5.1 or uninstalled
│ │ │ └─BinaryProvider [b99e7846] log:
│ │ │ ├─possible versions are: 0.4.0 - 0.5.10 or uninstalled
│ │ │ └─restricted by julia compatibility requirements to versions: uninstalled
│ │ └─restricted by compatibility requirements with ModelingToolkit [961ee093] to versions: 0.7.0 - 1.8.8, leaving only versions: 0.9.0 - 1.8.8
│ │ └─ModelingToolkit [961ee093] log:
│ │ ├─possible versions are: 0.0.1 - 9.80.1 or uninstalled
│ │ └─restricted by compatibility requirements with OrbitalTrajectories [2b613a20] to versions: 5.6.4 - 5.26.0
│ │ └─OrbitalTrajectories [2b613a20] log: see above
│ ├─restricted by compatibility requirements with Requires [ae029012] to versions: [0.1.0 - 0.3.0, 1.1.0 - 2.26.0] or uninstalled, leaving only versions: [0.1.0 - 0.2.0, 1.1.0 - 2.26.0] or uninstalled
│ │ └─Requires [ae029012] log:
│ │ ├─possible versions are: 0.5.0 - 1.3.1 or uninstalled
│ │ └─restricted by compatibility requirements with Plots [91a5bcdd] to versions: 1.0.0 - 1.3.1
│ │ └─Plots [91a5bcdd] log:
│ │ ├─possible versions are: 0.12.1 - 1.40.13 or uninstalled
│ │ └─restricted by compatibility requirements with OrbitalTrajectories [2b613a20] to versions: 1.10.1 - 1.40.13
│ │ └─OrbitalTrajectories [2b613a20] log: see above
│ ├─restricted by compatibility requirements with StochasticDiffEq [789caeaf] to versions: 0.9.0 - 2.26.0, leaving only versions: 1.1.0 - 2.26.0
│ │ └─StochasticDiffEq [789caeaf] log: see above
│ └─restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: 1.8.0 - 1.31.0
│ └─OrdinaryDiffEq [1dea7af3] log: see above
├─restricted by compatibility requirements with OrdinaryDiffEq [1dea7af3] to versions: [5.0.0 - 6.42.0, 6.73.0 - 6.79.0] or uninstalled, leaving only versions: 6.15.0 - 6.42.0
│ └─OrdinaryDiffEq [1dea7af3] log: see above
└─restricted by compatibility requirements with FillArrays [1a297f60] to versions: [5.0.0 - 6.4.0, 6.46.0 - 6.79.0] or uninstalled — no versions left
└─FillArrays [1a297f60] log:
├─possible versions are: 0.2.0 - 1.13.0 or uninstalled
├─restricted by julia compatibility requirements to versions: 0.13.8 - 1.13.0 or uninstalled
└─restricted by compatibility requirements with StochasticDiffEq [789caeaf] to versions: 0.6.0 - 1.13.0, leaving only versions: 0.13.8 - 1.13.0
└─StochasticDiffEq [789caeaf] log: see above