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

Problem with the webUI #25

Open rongakushin opened 9 months ago

rongakushin commented 9 months ago

Hi, I'm trying to run the webUI but the viser produces the following output:

(viser) No client build found. Building now...
(viser) nodejs is set up!
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
node: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by node)
╭─────────────── viser ───────────────╮
│             ╷                       │
│   HTTP      │ http://0.0.0.0:8084   │
│   Websocket │ ws://0.0.0.0:8084     │
│             ╵                       │
╰─────────────────────────────────────╯

and the localhost http://0.0.0.0:8084 displays nothing but 404.

It's dangerous to upgrade GLIBC to version 2.28, and I wonder if there are any other solutions. Thanks!

buaacyw commented 8 months ago

Hi! What's your command for mapping the port? example: ssh -L 8084:127.0.0.1:8084 your@remote.server

beibeirory commented 8 months ago

I have the same problem. I run the code on the local server.

BerryKanry114514 commented 3 months ago

Hi, I have met the same problem. And I run it on my local computer in WSL. Have you solved this problem?

BerryKanry114514 commented 3 months ago

Hi, I have met the same problem. And I run it on my local computer in WSL. Have you solved this problem?

And I managed it out today. This is because that you probably used Ubuntu 18.04 which has not GLIBC_2.28 that node required. Considering it's somehow dangerous modifying the GLIBC files, you may consider updating the distribution to Ubuntu 20 or 22. Hope this can solve your problem.