-
-
Notifications
You must be signed in to change notification settings - Fork 414
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trouble caused by installing linux610-headers and v4l2loopback-dkms #1133
Comments
Have you installed Julia from Manjaro repos? I did and it worked with jupyterlab directly, without even installing IJulia. But some packages failed to compile, and then I learned the version in repos is unofficial and known to fail. I'm currently looking into getting it working without resorting to AUR, but running out of options... (My attempt at #1139) |
No, I use juliaup, which I installed per the instructions on https://github.com/JuliaLang/juliaup. It seems that IJulia just defaults to a jupyter notebook, I haven't tested this in detail but I'm making some notebooks for use in lectures and I am not sure that the markdown is IJulia markdown and not just Jupyter markdown. Just back from holidays and slowly re-educating myself about this issue ... |
I got both |
The recommendation is NOT to use anything except the Windows store (on Windows machines) or directly from julialang.org on Unix-like machines. They give the code to use on the command line (no command line if you go directly to the Windows store, for which they give a link). Not sure where you can get full details on why this the current recommendation from the juliaup people. |
By the way, to have IJulia available for a specific channel in juliaup (say the LTS), you need to install IJulia for that version. I.e. you need to fire up that version of Julia and then use the package manager to install IJulia. That is extra work, yes. One installation per version, and earlier versions may require building IJulia (thankfully done automatically) |
I'm aware of all of that, but thanks |
I wonder if anyone has seen this before: IJulia notebook closed immediately after opening, without even launching a browser tab.
The cause was, as best I can tell, the following sequence of actions
sudo pacman -S linux610-headers
andsudo pacman -S v4l2loopback-dkms
using IJulia
andnotebook()
and found that it failed to launch a browser tab and simply showed the message when IJulia returns.I cured it by first uninstalling the two packages I had added. Still failed. By looking at the jupyter version I saw that notebook hadn't been installed, so I used Manjaro's Add/Remove Software utility to add it. This also added nbconvert, which had also been missing. However, I think I now have a hybrid version of jupyter. It seems to work for what I have tried but some of the menus look decidedly different.
Is this an IJulia issue, or a Manjaro (perhaps ArchLinux?) issue? Any comments appreciated!
EDIT: I should have added the environment details:
Julia : Version 1.11.1 (2024-10-16)
IJulia: v1.26.0
Operating System: Manjaro Linux
Kernel: Linux 6.10.13-3-MANJARO
Architecture: x86-64
Hardware Vendor: Lenovo
Hardware Model: IdeaPad Gaming 3 15ARH05
Firmware Version: FCCN16WW
Firmware Date: Tue 2021-01-05
Firmware Age: 3y 10month 2w 6d
The text was updated successfully, but these errors were encountered: