TRELLIS currently can't be installed
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 1.3k
- PR merge metrics
- No merged PRs in 30d
Description
There seem to be a number of version conflicts in setup.sh. E.g. gradio seems to pull in numpy 2.x, whereas some other deps depend on numpy 1.x. This causes app.py to fail. It'd be great if the authors of TRELLIS provided a dockerfile which cleanly installs everything, and carefully pinned all versions to ensure reproducibility. Otherwise a lot of people are wasting a lot of time trying to reproduce your research, and failing to reproduce it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing setup.sh and the dependency versions that cause app.py to fail, then compare the installation requirements with the requested Dockerfile approach. Done means a clean reproducible installation with compatible pinned versions and an app.py run that no longer fails from the reported conflicts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- build-system, devops
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100