Closed lionlai1989 closed 6 months ago
Hey! First off, thanks for using my project! Could you edit the pyproject.toml on your end to remove pytorch3d, here? Then, you could try this...
pip install "git+https://github.com/facebookresearch/pytorch3d.git@stable"
Hopefully this helps. pytorch3d is typically tricky to install in my experience. Sometimes I clone pytorch3d locally and do whatever I can to get it running, by following this doc.
Thanks. it works.
Hi, I was trying to install this package by following the description in
README.md
. Here are my steps:Step 1: Create virtual env
Step 2: Install nerfstuidio. Everything works perfectly.
Step 3: Install NeRFiller
But I encountered the error:
I don't quite understand that since
pytorch3d
doesn't specify a version, whypip
cannot find a version for it.Here is my system environment:
Python:
CUDA version:
Thank you for creating this awesome project.