You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: