Guys, Help we with this, I installed trax with pip install trax, but it showing error, after restarting the kernel also Getting this error.
1 Answer
Try running followings
pip install --upgrade pip
pip install --upgrade "jax[cpu]"
pip install trax
pip
install modules for one Python but you run code with other Python. Pythons don't share modules. Maybe runsys.executable
to get/full/path/to/python
and later use/full/path/to/python -m pip install trax