Updated to 3.17.1 and added openscad to check dependencies
Search Criteria
Package Details: python-trimesh 4.5.3-1
Package Actions
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: | carlosal1015 |
Votes: | 3 |
Popularity: | 0.000059 |
First Submitted: | 2022-09-22 07:33 (UTC) |
Last Updated: | 2024-11-28 03:19 (UTC) |
Dependencies (29)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- gmshAUR (gmsh-gitAUR, gmsh-binAUR) (optional) – gmsh file support
- python-chardet (optional) – encoding
- python-colladaAUR (pycollada-gitAUR) (optional) – parse collada/dae/zae files
- python-colorlog (optional) – print logs with colors
- python-fclAUR (python-fcl-gitAUR, python-fclAUR) (optional) – collision queries between meshes
- python-httpx (python-httpx-gitAUR) (optional) – network requests
- python-jsonschema (optional) – validate JSON schemas like GLTF
- python-lxml (optional) – handle XML better and faster than built- in XML
- python-mapbox-earcutAUR (optional) – triangulate polygons
- python-meshioAUR (optional) – load mesh formats
- python-networkx (python-networkx-gitAUR) (optional) – graph operations
- python-pillow (python-pillow-gitAUR) (optional) – load images
- python-psutil (optional) – get memory usage
- python-pygletAUR (python-pyglet1.5AUR, python-pyglet-gitAUR) (optional) – preview windows
- python-pyinstrumentAUR (optional) – sampling based profiler
- python-pytest (optional) – test runner
- python-rtree (optional) – vector path handling
- python-ruff (optional) – static code analyzer
- python-scikit-imageAUR (optional) – for voxel ops
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR) (optional) – convex hulls
- python-shapely (optional) – vector path handling
- python-svg.pathAUR (optional) – handle SVG format path strings
- python-sympy (python-sympy-gitAUR) (optional) – do analytical math
- python-xxhash (python-xxhash-gitAUR) (optional) – hash ndarrays faster than built-in MD5/CRC
Required by (12)
- cura
- cura (optional)
- cura-git (optional)
- fsleyes (optional)
- fslpy (optional)
- python-alphashape
- python-bertini_real
- python-bertini_real-git
- python-colour-science (check)
- python-colour-science (optional)
- python-mmpose (optional)
- python-torch-geometric (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
bradpitcher commented on 2023-01-09 15:31 (UTC)
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
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.