ERROR: Cannot install mt3 because these package versions have conflicting dependencies. flax 0.12.4 depends on optax==0.2.6
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 1.8k
- Forks
- 224
- Avg merge
- 54m
- Merged PRs (30d)
- 1
Description
1. Connect to T4 runtime (Python 3 Google Compute Engine backend (GPU))
2. Try to run colab
```
ERROR: Cannot install mt3 because these package versions have conflicting dependencies.
The conflict is caused by:
flax 0.12.4 depends on optax==0.2.6
t5x 0.0.0 depends on optax 0.2.8.dev0 (from git+https://github.com/deepmind/optax#egg=optax)
```
Contributor guide
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
The reported entry point is the Colab run on a T4 Python 3 runtime; start by reproducing the install and inspecting the mt3, flax 0.12.4, and t5x dependency requirements. Done means the Colab setup installs mt3 without the optax 0.2.6 versus 0.2.8.dev0 conflict.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100