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 <[email protected]> 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 [email protected]. > To post to this group, send email to [email protected]. > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
