It looks like Sage installed via conda-forge, and

ImportError: 
/home/sage/.conda/envs/sage/lib/python3.6/site-packages/sage/matrix/../../../../libgd.so.3:
undefined symbol: libiconv

seems to indicate that libiconv is missing in the environment. I don't
know much about conda, but it seems that you need to run something
like

conda install -c conda-forge libiconv

and try running sage again...



On Sat, Nov 17, 2018 at 11:22 PM Kolen Cheung <christian.ko...@gmail.com> wrote:
>
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at https://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to