-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Sample workflow picture attached at the end.
I am trying to convert an .obj file into .exf format, but the trimesh package is missing. Installing the package manually on my local mapclient installation seems to solve the issue, so it might just be a matter of adding the package into the requirements.
Exception caught while executing the workflow: name 'trimesh' is not defined
Traceback (most recent call last):
File "mapclient\core\workflow\workflowdependencygraph.py", line 246, in execute
File "mapclientplugins\convertdatatozincstep\step.py", line 61, in execute
File "cmlibs\importer\main.py", line 44, in import_data
File "cmlibs\importer\obj.py", line 16, in import_data
File "cmlibs\importer\trimesh.py", line 99, in base_import_data
File "cmlibs\importer\trimesh.py", line 28, in base_import_data_into_region
NameError: name 'trimesh' is not defined

Metadata
Metadata
Assignees
Labels
No labels