Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'ModuleNotFoundError: No module named 'nerfstudio.viewer.viewer_elements'' #75

Open
br0202 opened this issue Feb 11, 2024 · 1 comment

Comments

@br0202
Copy link

br0202 commented Feb 11, 2024

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!

@Theo-Accenture
Copy link

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:

pip install git+https://github.com/kerrj/lerf.git@f1c7832d8fd488423aa2e9e69a23160d31c4332c

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants