can't install due to pymeshlab not available on M1
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
I had the same issue, but downgraded python to v3.11 and pip install worked after that
@zhenjia-xu
Just thought I'd add this is my environment I've got a few examples working in:
Note python is v3.11.11
same issue here, unable to install on python 3.9.6 macARM
The issue is caused by pymeshlab not being automatically installable in Python version 3.9.
If you encounter the same problem with another Python version, please try using a different version.
Ok, given that, it will be nice to update genesis documentation about minimum Python version supported.
Worked with python 3.10 on Mac M1. 3.9 and 3.11 ran into these kinds of dependency errors