Colab Error - "ModuleNotFoundError: No module named 'trimesh'"
goodmattg opened this issue · 1 comments
goodmattg commented
Trying to run the Colab demo @muelea generously provided, but getting no module trimesh
found error after going through each of the steps (including removing model_urls
). Has anyone had any luck fixing?

goodmattg commented
Will keep this as a log. The demo does work, even if the Colab doesn't work 100% out-of-the-box:
- Install
trimesh
manually - Install the requirements.txt file (
pip install -r requirements.txt
) - I had several installation failures on Colab, mainly opencv-python. Install everything else, save that one for last