robot-learning-freiburg / MM-DistillNet

PyTorch code for training MM-DistillNet for multimodal knowledge distillation. http://rl.uni-freiburg.de/research/multimodal-distill
GNU General Public License v3.0
59 stars 14 forks source link

Errors when Install dependencies #13

Open SCULSY2021 opened 3 years ago

SCULSY2021 commented 3 years ago

ERROR: Could not find a version that satisfies the requirement actionlib==1.12.0 (from versions: none) ERROR: No matching distribution found for actionlib==1.12.0 ...... ERROR: Could not find a version that satisfies the requirement urdfdom-py==0.4.3 (from versions: none) ERROR: No matching distribution found for urdfdom-py==0.4.3

JuanaV commented 3 years ago

Hi, thanks for your interest in our project. Are you having this error after creating the conda environment? conda create -n mmdistillnet_env

AatroxZZ commented 2 years ago

Yes,I have this problems too.

shashadewo commented 2 years ago

after creating the conda environment? conda create -n mmdistillnet_env I have this problems too.

shashadewo commented 2 years ago

I have this problems too.

shashadewo commented 2 years ago

Have you finally solved the problem