threestudio-project / threestudio

A unified framework for 3D content generation.
Apache License 2.0
6.18k stars 474 forks source link

Could not find a version that satisfies the requirement embreex; #285

Closed andytriboletti closed 1 year ago

andytriboletti commented 1 year ago

I am using Ubuntu 20.04 now.

I got an error from pip install -r requirements.txt:

ERROR: Could not find a version that satisfies the requirement embreex; extra == "easy" (from trimesh[easy]->-r requirements.txt (line 18)) (from versions: none) ERROR: No matching distribution found for embreex; extra == "easy" (from trimesh[easy]->-r requirements.txt (line 18))

bennyguo commented 1 year ago

you could simply replace trimesh[easy] with trimesh in the requirements

andytriboletti commented 1 year ago

Using this article I was able to install trimesh[easy]

https://zenn.dev/shinya7y/articles/threestudio-prolificdreamer