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

splashsurf error #599

Open
ZhihongLiao opened this issue Jan 17, 2025 · 0 comments
Open

splashsurf error #599

ZhihongLiao opened this issue Jan 17, 2025 · 0 comments

Comments

@ZhihongLiao
Copy link

I already install splashsurf, but it still does not work.
Traceback (most recent call last):
File "/home/lzh/Genesis-main/examples/tutorials/sph_liquid.py", line 49, in
scene.step()
File "/home/lzh/Genesis-main/genesis/utils/misc.py", line 48, in wrapper
return method(self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/lzh/Genesis-main/genesis/engine/scene.py", line 727, in step
self._visualizer.update(force=False)
File "/home/lzh/Genesis-main/genesis/vis/visualizer.py", line 135, in update
self._viewer.update()
File "/home/lzh/Genesis-main/genesis/vis/viewer.py", line 113, in update
buffer_updates = self.context.update()
^^^^^^^^^^^^^^^^^^^^^
File "/home/lzh/Genesis-main/genesis/vis/rasterizer_context.py", line 721, in update
self.update_sph(buffer_updates)
File "/home/lzh/Genesis-main/genesis/vis/rasterizer_context.py", line 465, in update_sph
mesh = pu.particles_to_mesh(
^^^^^^^^^^^^^^^^^^^^^
File "/home/lzh/Genesis-main/genesis/utils/particle.py", line 311, in particles_to_mesh
gs.raise_exception(f"Failed to import splashsurf. {splashsurf_error_msg}")

[Genesis] [00:02:26] [ERROR] Failed to import splashsurf. FileNotFoundError: [Errno 2] No such file or directory: 'splashsurf'
[Genesis] [00:02:26] [INFO]  Exiting Genesis and caching compiled kernels...

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

1 participant