You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
return _nvisii.mesh_create_from_data(*args, **kwargs) RuntimeError: Error: No indices provided, and length of positions (7838688) is not a multiple of 3.
#162
Open
monajalal opened this issue
Jan 19, 2023
· 1 comment
I have been able to run all the examples up until 16 so I thought to report the package.
It is possible I have a different version of HW/SW causing this?
(nvisii) mona@ard-gpu-01:~/NVISII/examples$ python 16.create_mesh_from_data.py
Found 1 GPUs available for rendering.
Traceback (most recent call last):
File "/home/mona/NVISII/examples/16.create_mesh_from_data.py", line 53, in <module>
mesh = nvisii.mesh.create_from_data(
File "/home/mona/anaconda3/envs/nvisii/lib/python3.9/site-packages/nvisii/__init__.py", line 21960, in create_from_data
return _nvisii.mesh_create_from_data(*args, **kwargs)
RuntimeError: Error: No indices provided, and length of positions (7838688) is not a multiple of 3.
CUDA call (cudaFree((void*)d_pointer)) failed with code 4 (line 94): driver shutting down
terminate called after throwing an instance of 'std::runtime_error'
what(): fatal cuda error
Aborted (core dumped)
I have been able to run all the examples up until 16 so I thought to report the package.
It is possible I have a different version of HW/SW causing this?
The text was updated successfully, but these errors were encountered: