0

I am trying to import pybamm and its throwing the following error at meenter image description here

Following the suggestion of a previous post I have tried

!pip install "jax<=0.3.16" "jaxlib<=0.3.16"

but it remains the same error.

Spencer
  • 1
  • 1

1 Answers1

0

It looks like tree_multimap was removed in 0.3.16 (see CHANGELOG), so I believe you'd need to install <=0.3.15 for that import to work

jakevdp
  • 77,104
  • 11
  • 125
  • 160
Brutus
  • 93
  • 5