"ERROR: torchvision 0.17.2 has requirement torch==2.2.2, but you'll have torch 2.0.1 which is incompatible." & "ERROR: robomimic 0.3.0 has requirement torch==2.0.1, but you'll have torch 2.2.2 which is incompatible." #5
Hi, when I run through installation step ”4.Run pip install -e . in droid_policy_learning.“
I got an error "ERROR: torchvision 0.17.2 has requirement torch==2.2.2, but you'll have torch 2.0.1 which is incompatible."
So I uninstalled torch-2.0.1 and installed torch==2.2.2 (successfully done)
However, I got an error "ERROR: robomimic 0.3.0 has requirement torch==2.0.1, but you'll have torch 2.2.2 which is incompatible."
Hi, when I run through installation step ”4.Run pip install -e . in droid_policy_learning.“ I got an error "ERROR: torchvision 0.17.2 has requirement torch==2.2.2, but you'll have torch 2.0.1 which is incompatible." So I uninstalled torch-2.0.1 and installed torch==2.2.2 (successfully done) However, I got an error "ERROR: robomimic 0.3.0 has requirement torch==2.0.1, but you'll have torch 2.2.2 which is incompatible."
So I'm confused, which version should I install?