ModuleNotFoundError: No module named 'lietorch_backends'
stanginch opened this issue · 2 comments
stanginch commented
droidenv/lib/python3.8/site-packages/lietorch/group_ops.py", line 1, in
import lietorch_backends
ModuleNotFoundError: No module named 'lietorch_backends'
aheldis commented
Any updates on the issue? Same problem here.
Lzshanshan commented
I tried the installation method in another project, and my nvcc version is 11.5. Here are my commands on Ubuntu 22.04:
git clone --recursive https://github.com/princeton-vl/lietorch.git
cd lietorch
mamba create -n lietorch_env
mamba activate lietorch_env
mamba install python=3.8
mamba install pytorch==2.0.0 torchvision==0.15.0 torchaudio==2.0.0 pytorch-cuda=11.7 -c pytorch -c nvidia -y
python setup.py install
pip install -e .
pip install opencv-python open3d
./run_tests.sh