Here’s a link to a relevent issue, but for your purposes, Turing is currently out of date because of some other package and needs to be updated to 0.10.1.
Some fixes:
- Run
]add Turing@0.10.1
, which will give you a lot of red text and tell you which package(s) is keeping you from updating to the most recent version. You can remove these one by one and then keep trying to add Turing. - Make a fresh version of your global environment by deleting both
Project.toml
andManifest.toml
(typically in~/.julia/environments/v1.4
) and start fresh by installing Turing first. - Make a local environment with
] activate .
and thenadd Turing
, which will sandbox Turing.