You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
droidenv/lib/python3.8/site-packages/lietorch/group_ops.py", line 1, in
import lietorch_backends
ModuleNotFoundError: No module named 'lietorch_backends'
The text was updated successfully, but these errors were encountered:
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
droidenv/lib/python3.8/site-packages/lietorch/group_ops.py", line 1, in
import lietorch_backends
ModuleNotFoundError: No module named 'lietorch_backends'
The text was updated successfully, but these errors were encountered: