magenta / magenta/mt3

ERROR: Cannot install mt3 because these package versions have conflicting dependencies. flax 0.12.4 depends on optax==0.2.6

Open
#172 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.