Package Details: python-trimesh 4.5.0-1

Git Clone URL: https://aur.archlinux.org/python-trimesh.git (read-only, click to copy)
Package Base: python-trimesh
Description: Import, export, process, analyze and view triangular meshes
Upstream URL: https://trimsh.org
Keywords: geometry mesh triangular-meshes
Licenses: MIT
Submitter: jelly
Maintainer: carlosal1015 (AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 3
Popularity: 0.000201
First Submitted: 2022-09-22 07:33 (UTC)
Last Updated: 2024-10-15 07:56 (UTC)

Dependencies (29)

Sources (1)

Pinned Comments

carlosal1015 commented on 2023-08-22 18:59 (UTC)

Pre-built binaries of this package and its dependencies can be found in the arch4edu repository.

Latest Comments

« First ‹ Previous 1 2

bradpitcher commented on 2023-01-09 15:31 (UTC)

Updated to 3.17.1 and added openscad to check dependencies

sl1pkn07 commented on 2022-09-26 15:11 (UTC)

please add openscad as checkdepend

======================================================================
ERROR: test_boolean (test_boolean.BooleanTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/tmp/makepkg/python-trimesh/src/trimesh-3.15.2/tests/test_boolean.py", line 31, in test_boolean
    ab = a.difference(b, engine=engine)
  File "/tmp/makepkg/python-trimesh/src/trimesh-3.15.2/trimesh/base.py", line 2822, in difference
    result = boolean.difference(meshes=np.append(self, other),
  File "/tmp/makepkg/python-trimesh/src/trimesh-3.15.2/trimesh/boolean.py", line 25, in difference
    result = _engines[engine](meshes, operation='difference', **kwargs)
  File "/tmp/makepkg/python-trimesh/src/trimesh-3.15.2/trimesh/interfaces/scad.py", line 62, in boolean
    return interface_scad(meshes, script, debug=debug, **kwargs)
  File "/tmp/makepkg/python-trimesh/src/trimesh-3.15.2/trimesh/interfaces/scad.py", line 50, in interface_scad
    result = scad.run(_scad_executable + ' $SCRIPT -o $MESH_POST')
  File "/tmp/makepkg/python-trimesh/src/trimesh-3.15.2/trimesh/interfaces/generic.py", line 90, in run
    check_call(command_run,
  File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/openscad', '/tmp/tmpmbaufqoc', '-o', '/tmp/tmptq2dzxae.off']' returned non-zero exit status 127.

----------------------------------------------------------------------
Ran 508 tests in 348.982s