Hi

On Tue, 20 Oct 2020 at 19:12, Carl Eberhart <carl.eberh...@gmail.com> wrote:

> I am running Ubuntu Mate 20.04 on a raspberry pi 4, and have installed
> Sagemath 9.0 using the Synaptic package manager.  I can open a python3
> notebook, but the sagemath 9.0 kernel refuses to start.  Can someone make a
> suggestion?
> Here is a transcript of my last attempt.
>
> ## I have installed sagemath 9.0 on a Rasberry Pi 4 running Ubuntu Mate
> 20.04
> ## at 64 bits using the synaptic package manager
> ## Here is an attempt to use sagemath
> carl@pi:~$ jupyter-notebook
>

Try opening with  sage --notebook=jupyter instead.

ImportError: /lib/aarch64-linux-gnu/libgomp.so.1: cannot allocate memory in
> static TLS block
>

Try

LD_PRELOAD=libgomp.so.1 jupyter-notebook

or
LD_PRELOAD=libgomp.so.1 sage --notebook=jupyter

Regards,
Jan



-- 
  .~.
  /V\     Jan Groenewald
 /( )\    www.aims.ac.za
 ^^-^^

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAOAPrp_OxKc0_yGrwwHt%2B_n4LEhBdSNoLbH-3XjUhWSYK9rpxQ%40mail.gmail.com.

Reply via email to