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,显示只装了两个包,不太可能会是包之间的冲突吧?