I installed sage through conda in a new conda environment. Now whenever I try to run sage, it crashes. In the crash report I see the following error
ImportError: libec.so.3: cannot open shared object file: No such file or directory
So I installed the libec-dev manually throgh apt install commmand. Now when I try to run sage, it crashes with this error
ImportError: /home/user_name/miniconda3/envs/Wsage/lib/python2.7/site-packages/sage/libs/eclib/mwrank.so: undefined symbol: _Z10initprimesSsi
Thank you in advance.