Genesis icon indicating copy to clipboard operation
Genesis copied to clipboard

can't install due to pymeshlab not available on M1

Open PawitKoch opened this issue 2 months ago • 3 comments

Chip: Apple M1 Pro Metal 3

pip install genesis-world fails due to:

ERROR: Cannot install genesis-world==0.1.1 and genesis-world==0.2.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    genesis-world 0.2.0 depends on pymeshlab
    genesis-world 0.1.1 depends on pymeshlab

whereby trying to install pymeshlab via pip install pymeshlab gets me:

ERROR: Could not find a version that satisfies the requirement pymeshlab (from versions: none)
ERROR: No matching distribution found for pymeshlab

PawitKoch avatar Dec 19 '24 10:12 PawitKoch