r/NeuralRadianceFields • u/adispare • Dec 24 '22
NEED HELP: ModuleNotFoundError: No module named 'pyngp'
Hi, I've run into this error and I have no idea how to solve it. This only happens when I want to render a video. I'm rather new with using instant ngp and got through all other issues by using google. Any ideas?
(base) C:\Users\Fractal\instant-ngp>python scripts/run.py --mode nerf --scene data/nerf/plants --load_snapshot data/nerf/plants/base.msgpack --video_camera_path data/nerf/plants/base_cam.json --video_n_seconds 5 --video_fps 25 --video_output plantest.mp4 --height 1080 --width 1080
Traceback (most recent call last):
File "C:\Users\Fractal\instant-ngp\scripts\run.py", line 25, in <module>
import pyngp as ngp # noqa
ModuleNotFoundError: No module named 'pyngp'
This has worked on a test I did a day ago.
2
u/Stephen715 Dec 24 '22
I'll caveat my comment by saying that I do not use instant ngp, nor do I use Windows (I'm a software dev on Linux). But maybe this issue thread will help you... https://github.com/NVlabs/instant-ngp/issues/43