Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Luis Finotti
On Thursday, June 1, 2023 at 3:13:18 PM UTC-4 Jan Groenewald wrote: On Thu, 1 Jun 2023 at 21:05, Luis Finotti wrote: Interestingly enough, I have another computer, also running Debian Sid, but a much older installation, in which Sage-10.0 *does* work in Jupyter lab. In this one, when I

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Jan Groenewald
On Thu, 1 Jun 2023 at 21:05, Luis Finotti wrote: > Interestingly enough, I have another computer, also running Debian Sid, > but a much older installation, in which Sage-10.0 *does* work in Jupyter > lab. In this one, when I look at os.eviron, I also do not have > LD_LIRBRARY_PATH... > And

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Luis Finotti
Interestingly enough, I have another computer, also running Debian Sid, but a much older installation, in which Sage-10.0 *does* work in Jupyter lab. In this one, when I look at os.eviron, I also do not have LD_LIRBRARY_PATH... On Thursday, June 1, 2023 at 1:54:06 PM UTC-4 Luis Finotti wrote:

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Luis Finotti
On Thursday, June 1, 2023 at 12:46:33 PM UTC-4 Nils Bruin wrote: I don't think jupyter cares about givaro. However, it sounds like your jupyter sets up some things about the library search path (perhaps an LD_LIBRARY_PATH)? that gets inherited by the sage process that gets subsequently run

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Dima Pasechnik
Sounds like RPATH has to used somewhere to make sure the correct dynamic library is used. On Thu, 1 Jun 2023, 17:46 Nils Bruin, wrote: > On Thursday, 1 June 2023 at 07:29:27 UTC-7 Luis Finotti wrote: > > > I am not sure I will miss them (and other packages that depended on it -- >

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Nils Bruin
On Thursday, 1 June 2023 at 07:29:27 UTC-7 Luis Finotti wrote: I am not sure I will miss them (and other packages that depended on it -- fflas-ffpack libgivaro-dev libgivaro9 liblinbox-dev python3-brial python3-sage), but isn't there a way to force Jupyter to use Sage's one? I don't think

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Luis Finotti
On Thursday, June 1, 2023 at 4:55:57 AM UTC-4 Nils Bruin wrote: the line: calling init: /usr/lib/x86_64-linux-gnu/libgivaro.so.9 is definitely indicating that you are picking up a system libgivaro. Perhaps you can check in the same way which libgivaro gets linked when you run sage in a way

Re: [sage-support] Re: sage-10.0 not working in Jupyter Lab

2023-06-01 Thread Nils Bruin
On Wednesday, 31 May 2023 at 18:14:59 UTC-7 Luis Finotti wrote: Here is one with your suggested change: https://web.math.utk.edu/~finotti/misc/jl1.out Here is one with the original version: https://web.math.utk.edu/~finotti/misc/jl2.out the line: calling init: