Hello,
I am having issues getting sagemath to run correctly. I am trying to run a jupyter notebook, and I get an error every time I run a cell with the line:
DEfunc1=desolve(DE,y,ics=[0,1.5])
I installed sagemath and sagemath-jupyter via pacman -S, and when that wouldnt work, I downloaded a binary, and installed it via pacman locally. I get an error either way.
Here is the error: ImportError: libecl.so.20.4: cannot open shared object file: No such file or directory
For reference I am using Manjaro linux kernel: 5.4.23-1-MANJARO, on a Lenovo Thinkpad t480s
Thank you in advance for your help.