Problem with installing ITensorCorrelators

Dear developers,

I tried to install the ITensorCorrelators package following the instruction on this page: GitHub - ITensor/ITensorCorrelators.jl

I got an error message about package versions:


Do you have an idea what I should do?

Thank you so much for all the work you do!

Hello,

I just jumped on and had no problem adding the package. Can you show what packages you have in your manifest, you can use the command julia>]st.
Also can you try activating a temporary package and adding the package, you can do that using this code

using Pkg
Pkg.activate(temp=true)
Pkg.add(url="https://github.com/ITensor/ITensorCorrelators.jl.git")