Ask Your Question

anisaw's profile - activity

2020-06-30 22:23:58 +0200 asked a question Sagemath installation issues

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.

2020-06-30 22:23:58 +0200 asked a question Sagemath Run error

Hello, I am a relativley new linux user, and I have installed sagemath and sagemath-jupyter, and when I try to run a simple notebook, I get this error:

ImportError: libecl.so.20.4: cannot open shared object file: No such file or directory

I initially installed with pacman -S, and then I downloaded a binary and installed it that way, and I still cannot get this notebook to run. I am running Manjaro linux, kernel: 5.4.23-1-MANJARO

Thank you in advance for your help.