E TypeError: Cannot cast array data from dtype('int64') to
dtype('int32') according to the rule 'safe'
Tracked it down to incorrect usage of numpy.bincount: This function
requires the native index type, which is int32 on i686 (and probably all
other 32-bit architectures).
I submitted a
So, I pushed my current version to Salsa.
The CI job found another issue: Some of the tests fail on i386 due to
typing mismatches:
https://salsa.debian.org/3dprinting-team/trimesh/-/jobs/4103005
E TypeError: Cannot cast array data from dtype('int64') to
dtype('int32') according to the
I experimented with the package a bit and was successful in building it,
including running all the tests.
My current fix for the model path issue is not very good, though:
I simply patched out the relative path so it would work with the local
package build directory, but it's probably better if
retitle 950920 RFP: trimesh -- Python triangular meshes with an emphasis on
watertight surfaces
noowner 950920
thanks
Re: Thorsten Alteholz 2020-04-08
> please mention trimesh-3.5.25/models/duck.dae in your debian/copyright.
>
> While you are at it, please also take care of the lintian error.
4 matches
Mail list logo