Katie Trese
Katie Trese

Reputation: 1

pymeshlab not installing in macbook air m2

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

Upvotes: 0

Views: 2268

Answers (2)

Maje
Maje

Reputation: 636

Maybe you can install it like this?

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

Found it in PyMeshLab docs.

Upvotes: 4

Min Lu
Min Lu

Reputation: 21

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

Upvotes: 2

Related Questions