On Monday, 29 May 2023 at 07:39:33 UTC-7 Luis Finotti wrote:

 
ImportError: /home/finotti/src/sage-10.0/src/sage/matrix/
matrix_modn_dense_float.cpython-311-x86_64-linux-gnu.so: undefined symbol: 
_ZNK6Givaro7IntegercvNSt7__cxx1112basic_stringIcSt11char
_traitsIcESaIcEEEB5cxx11Ev

Any ideas on what is wrong?

That looks like a linking error. Probably it's picking up a library from a 
different sage install. Did you check that sage-10.0 runs fine by itself? 
Did you check that sage-10.0 runs fine with its "own" notebook, using "sage 
--notebook"?

If those do work then I expect that the kernel you point jupyterlab to ends 
up starting sage with at least part of the environment correct for 
sage-10.0 (the file you get the error in does lie in sage-10.0) but 
probably not quite with the right venv set up.
 

-- 
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/7c35c276-b499-4e7a-8243-533dfe164cdan%40googlegroups.com.

Reply via email to