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
Hi,
Thank you for sharing the code.
I don't have the problem before when using nerfstudio but after run '2. Install this repo as a python package
Navigate to this folder and run python -m pip install -e .' , I am having this error: 'ModuleNotFoundError: No module named 'nerfstudio.viewer.viewer_elements'', although using the same Docker as before.
Do you have any clue about this problem?
Thanks!
The text was updated successfully, but these errors were encountered:
From what I gather this seems to be stemming from a version mismatch between lerf and nerfstudio. this commit changed the path bindings for the import.
I was able to solve the issue for myself by installing from the previous commit:
Hi,
Thank you for sharing the code.
I don't have the problem before when using nerfstudio but after run '2. Install this repo as a python package
Navigate to this folder and run python -m pip install -e .' , I am having this error: 'ModuleNotFoundError: No module named 'nerfstudio.viewer.viewer_elements'', although using the same Docker as before.
Do you have any clue about this problem?
Thanks!
The text was updated successfully, but these errors were encountered: