Hello!
I was creating a new conda environment to interact with FANC/CaveClient with an M1 chip Mac. I installed caveclient, cloudvolume, but MeshParty had a couple errors when it tried to install DracoPy in trimesh_vtk. The new environment could not compile with Numpy2.
To bypass this issue, I had to install numpy version 1.26 which has no issues plotting meshes!
For reference, I am using python version 3.10.14. Leila Elabbady tried to recreate the issue on an non-M1 (intel) chip and was not able to.