The problem is env requires latest version of jax i.e 0.4.28 , but it does not have linear_util , which is fine until you have latest version of flax i.e 0.8.4 , but latest version of flax does not have optim , and to have optim you need to downgrade flax to 0.5.3 , but if you do that you will need linear_util, so im stuck in this loop , what to do?
I might've forgotten to activate the virtual environment before installing dependencies , I did it again and it worked without having to install any dependencies.
The problem is env requires latest version of jax i.e 0.4.28 , but it does not have linear_util , which is fine until you have latest version of flax i.e 0.8.4 , but latest version of flax does not have optim , and to have optim you need to downgrade flax to 0.5.3 , but if you do that you will need linear_util, so im stuck in this loop , what to do?