-
-
Notifications
You must be signed in to change notification settings - Fork 417
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IJulia is broken #398
Comments
Even worse, doing |
Dup of JuliaLang/julia#13200 also note that the error didn't come from IJulia but rather BinDeps. You should remove IJulia and try again. (edit: correct where the error comes from....) |
@yuyichao Trying again is a ridiculous solution. I can't stop laughing at how idiotic that suggestion is. |
It would be valid to say that |
After reloading a page, Julia is not actually added as a kernel in JupyterHub, so I suspect there is something else still broken. |
I totally agree and I think that should be fixed. |
@yuyichao OK, now Julia 0.4.1 is listed, except it crashes instantly. |
"look for the error message". And where would that be? I don't see anything remotely resembling a useful error message. |
OK, so, I found the error message:
|
I can |
In that case, what's the permission of |
@yuyichao -rw-r--r-- 1 root root, the second command works fine. The server also runs as root. |
@aragnon: please reference the Julia Community Standards. I understand that problems are frustrating, but your language and general rudeness in this issue is unproductive and not acceptable in the Julia Community. I assure you that @yuyichao is very kindly helping you in spite of your vitriol, and not because of it. Turning around and calling suggestions "idiotic" is certainly not very motivating for others who might otherwise want to help. If you want help and to offer constructive criticism that's great and very welcome, but in return please be respectful in the future. |
@yuyichao OK, I fixed it myself already. It basically just comes down that the "kernel" runs as whatever user is logged in, which is not root. So, it's just a matter of installing a kernel in a system wide fashion. The error reporting could be orders of magnitude better. |
@ssfrr You don't get respect for delivering stuff which does not work, sorry. That's not how it works. |
@ssfrr And, to add to that, I intensely hate people who point at "community standards". |
I suppose this is due to jupyter hub and that's a very reasonable thing to do. If you want to install IJulia system wide, you can have a look at my PKGBUILD for ArchLinux at https://github.com/yuyichao/arch-pkg/blob/master/pkg/all/ijulia-git/PKGBUILD . I agree it's a little twisted because julia dosesn't have a super good out-of-the-box support for system wise package installation yet. |
@yuyichao Yeah, I understand the situation, so thanks for the helping hand, but I can probably fix the rest myself. |
@aragnon, you're asking people to donate free technical support to you; you might want to re-consider your attitude. |
I think you are the one who does not get who is providing a free service to who.
|
There is no possibility of positive future interaction in this issue, so let's just leave things here. |
Hi, it appears that running
Pkg.add("IJulia")
is broken. Please fix it or stop advertising this module.It is also ridiculous that it is a WARNING that it had build errors.
Platform Ubuntu 14.04/x86-64, Julia as specified on the Julia homepage.
I can't say I am in any way enthusiastic about something which does not work. Let alone to use it as a replacement.
Also, your whole installation procedure (using Pkg.add to install system level tools) is amateuristic. Please learn a thing or two about package management before inventing another ridiculously stupid package management system next time.
The text was updated successfully, but these errors were encountered: