I have an issue importing a large e57 file (2.7GB) on Ubuntu 22.04.
I get the following error:
Traceback (most recent call last):
File "pymeshlab-test.py", line 61, in
example_save_mesh()
File "pymeshlab-test.py", line 52, in example_save_mesh
ms.load_new_mesh("myfile.e57")
pymeshlab.pmeshlab.PyMeshLabException: Unable to open file: myfile.e57
std::bad_alloc
I have an issue importing a large e57 file (2.7GB) on Ubuntu 22.04.
I get the following error: