pymeshlab not installing in macbook air m2

1.2k views Asked by At

I'm having trouble installing pymeshlab on my macbook air M2 2022. Do the newer macbook models support meshlab?

pip3 install pymeshlab

ERROR: Could not find a version that satisfies the requirement pymeshlab (from versions: none)

ERROR: No matching distribution found for pymeshlab
2

There are 2 answers

0
Maje On

Maybe you can install it like this?

pip3 install git+https://github.com/cnr-isti-vclab/PyMeshLab

Found it in PyMeshLab docs.

0
Min Lu On

According to this reply, PyMeshLab will not be supporting ARM architecture any time soon. Reply