FabianFuchsML / se3-transformer-public

code for the SE3 Transformers paper: https://arxiv.org/abs/2006.10503
475 stars 69 forks source link

Environment issues. #14

Open Shaowen1994 opened 3 years ago

Shaowen1994 commented 3 years ago

Hi Fabian,

I am trying to replicate your QM9 experiments but encountered some problems on the environment. Now the error is "ModuleNotFoundError: No module named 'lie_learn'" in "se3-transformer-public/experiments/qm9/equivariant_attention/from_se3cnn/SO3.py". Could you help me solve this problem or provide more details on the environments to replicate your experiments? Thank you!

FabianFuchsML commented 3 years ago

Hi Shaowen!

This sounds like you are missing the lie-learn library; in the readme we recommed to install it via pip install git+https://github.com/AMLab-Amsterdam/lie_learn

If that does not work for you, try pip install lie-learn (see here) :)

Shaowen1994 commented 3 years ago

Hi Shaowen!

This sounds like you are missing the lie-learn library; in the readme we recommed to install it via pip install git+https://github.com/AMLab-Amsterdam/lie_learn

If that does not work for you, try pip install lie-learn (see here) :)

Thank you very much! The problem has been solved.