安装一个包时出现ERROR: Unsatisfiable requirements detected for package Tricks [410a4b4d]:

1.julia
5.Pkg.add(PackageSpec(url=“https://github.com/sisl/AutomotiveDrivingModels.jl”))
安装时出现:

Updating registry at ~/.julia/registries/General
Updating git-repo https://github.com/JuliaRegistries/General.git
Updating git-repo https://github.com/sisl/AutomotiveDrivingModels.jl
Resolving package versions…
┌ Warning: julia version requirement for package AutomotiveDrivingModels not satisfied

请问怎么解决呢,再前面readme文件里,作者明确表示

Make sure the `julia` command pops up a julia 1.1 interpreter.

需要1.1版本julia,这样的话怎么解决呢,还能通过更改julia版本解决吗?
运行]status,显示只装了两个包,不太可能会是包之间的冲突吧?

不是包的冲突,是你的Julia版本太低了,安装Julia 1.3或者以上的版本再试试