buaacyw / GaussianEditor

[CVPR 2024] GaussianEditor: Swift and Controllable 3D Editing with Gaussian Splatting
https://buaacyw.github.io/gaussian-editor/
Other
1.07k stars 54 forks source link

pip install -e viser #2

Closed Tiandishihua closed 7 months ago

Tiandishihua commented 10 months ago

ERROR: Project file:///app/extern/viser has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660.

buaacyw commented 10 months ago

Thanks for your interest. But I haven't encountered this error. Could you please provide more information about your environment?

buaacyw commented 10 months ago

Could you please have a try to install the origin Viser by pip install viser

Tiandishihua commented 10 months ago

Ubuntun22.04 torch2.0.1+cu117

Tiandishihua commented 10 months ago

Solution: 1.pip install viser

  1. git clone https://github.com/heheyas/viser
  2. pip install -e viser
  3. cd ..
buaacyw commented 10 months ago

Thanks!

RobotiX101 commented 10 months ago

Solution: 1.pip install viser 2. git clone https://github.com/heheyas/viser 3. pip install -e viser 4. cd ..

That doesn't work for me. Doker image: 11.8.0-cudnn8-devel-ubuntu22.04. torch=2.0.1+cu118 pip 22.0.2

Ataraxia12 commented 9 months ago

Solution: 1.pip install viser 2. git clone https://github.com/heheyas/viser 3. pip install -e viser 4. cd ..

That doesn't work for me. Doker image: 11.8.0-cudnn8-devel-ubuntu22.04. torch=2.0.1+cu118 pip 22.0.2

May be you can solve it by upgrating your pip version.

zjcs commented 9 months ago

21 Hope it is helpful to you. @RobotiX101