Anttwo/SuGaR

I met a error when i run the command "python train_full_pipeline.py"

Opened this issue · 4 comments

I met a error when i runing the command "python train_full_pipeline.py" , the error is “ ModuleNotFoundError: No module named 'pytorch3d' ”
the error

I had install pytorch3d successful and i dont know what is the problem. I appreciate any help.

The same error with me,it can be solve on ubuntu

I have solve the problem,please close this issue. thanks a lot .

@zqdsdfg your FileNotFoundError is unrelated to the error of this issue. You already posted it in #220 , please avoid posting duplicates of the same problem.
@wwtj08 it's good that you could solve the issue, can you share how you did it? I assume re-installing pytorch?

Hello everyone,

Indeed, this problem is related to Windows.
Currently, the code and installation instructions are not compatible with Windows, unless you first install WSL2.

It's possible to make it compatible with Windows, so I definitely need to update the code for this!

However, if you like running research code on your machine, I think installing WSL2 on your Windows machine is extremely useful. It's basically a lightweight Ubuntu virtual machine made by Windows for Windows, which is very easy to use.
Trust me, it's so much easier to install things on Ubuntu haha!