After a long absence I've decided to try and restart using Cadabra again.
I'm running OpenSUSE (Leap) for which there doesn't seem to be a recent build on github, so I
downloaded Cadabra_2.5.4_x86_64.AppImage instead.
Then I tried to run the schwarzschild.cnb tutorial. At the 2nd code block it complains that it cannot find the sympy module.
I reinstalled Anaconda, then used conda to install and update python3 and sympy. This didn't help. I also tried "pip install sympy", but this didn't help either.
What am I doing wrong?
[BTW: if I run python3 standalone, it imports sympy without complaint.]