nerfstudio-project / viser

Web-based 3D visualization + Python
https://viser.studio/latest
Apache License 2.0
596 stars 31 forks source link

'ViserServer' object has no attribute 'gui' #217

Closed hungvipqt15 closed 1 month ago

hungvipqt15 commented 1 month ago

Everytime I try to run one of file in example, I meet the error image

What should I do to fix?

brentyi commented 1 month ago

The main branch has some API changes that haven't made it to a release yet. Sorry for the trouble!

If you're using an older version of viser, one option is to use an older version of the examples, for example for version 0.1.32: https://viser.studio/versions/0.1.32/examples/02_gui/

Since it looks like you already have the repository cloned, you can also install the latest version from source via pip install -e ..

brentyi commented 1 month ago

0.2.0 is now released on PyPI!