bug#61121: Cannot import IJulia in Julia

2023-02-09 Thread Efraim Flashner
On Tue, Jan 31, 2023 at 12:34:16PM +0100, Simon Tournier wrote: > > --8<---cut here---start->8--- > function __init__() > global artifact_dir = dirname(Sys.BINDIR) > global cacert = normpath(Sys.BINDIR, Base.DATAROOTDIR, "julia", > "cert.pem") > end > -

bug#61121: Cannot import IJulia in Julia

2023-02-09 Thread Efraim Flashner
On Tue, Jan 31, 2023 at 12:34:16PM +0100, Simon Tournier wrote: > Hi, > > On Mon, 30 Jan 2023 at 21:55, Theodore Ehrenborg > wrote: > > > Gentoo appears to have fixed this bug by linking julia/cert.pem to the > > system's ca-certificates.crt. > > https://gitweb.gentoo.org/repo/gentoo.git/commit

bug#61121: Cannot import IJulia in Julia

2023-01-31 Thread Simon Tournier
Hi, On Mon, 30 Jan 2023 at 21:55, Theodore Ehrenborg wrote: > Gentoo appears to have fixed this bug by linking julia/cert.pem to the > system's ca-certificates.crt. > https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b59330b5222996defa4536237e62404bf21168 This trick is not possible, IIUC.

bug#61121: Cannot import IJulia in Julia

2023-01-30 Thread Theodore Ehrenborg
Hi, Thanks for getting back with me. Gentoo appears to have fixed this bug by linking julia/cert.pem to the system's ca-certificates.crt. https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b59330b5222996defa4536237e62404bf21168 Is there a way I could rebuild my own slightly modified Julia wi

bug#61121: Cannot import IJulia in Julia

2023-01-30 Thread Simon Tournier
Hi, I confirm this bug. On sam., 28 janv. 2023 at 13:45, Theodore Ehrenborg wrote: > [ Info: Precompiling IJulia [7073ff75-c697-5162-941a-fcdaad2a7d2a] > ERROR: LoadError: InitError: SystemError: opening file > "/gnu/store/npj8z0g9nx14wl22yphqfs2c5w4qk5jk-julia-1.8.3/share/julia/cert.pem": > N

bug#61121: Cannot import IJulia in Julia

2023-01-28 Thread Theodore Ehrenborg
Hi Guix, I would like to run a Jupyter notebook using Julia, so I need to install the IJulia backend: guix install julia julia # Enter julia REPL ] # To go into the julia pkg REPL add IJulia # Now type backspace to go to julia REPL using IJulia This produces the error: [ Info: Precompiling IJul