-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
missing cert.pem blocks MbedTLS and IJulia from installing, manual download fixes the issue #284
Comments
Is this on Linux only? |
I only use Linux, so hard to say. I recall on the Julia Discourse they were also mentioning Linux (Arch, etc). PS: I think this is the Discourse thread, although it does not include the aforementioned suggestion to get the missing cert from source tarball (either I read between the lines or found it somewhere else). Anyway, the thread discusses how different Linux distro maintainers fail to include the certificate (usually by providing different mbedtls library). It does not mention conda, but in principle the issue can still apply, as conda is just another distribution of packages. |
By the way, if you are in a bind, you could also just get the official binaries from https://prefix.dev/channels/julia-forge |
Found the suggestion in a thread linked from the thread I previously mentioned.
I don't know what is "bind". If it means I need to solve this quickly, then I just did that with manually unpacking the cert in the right location, as mentioned above and in the link. I'm actually new to Julia and want to learn it, which is why I want to use IJulia. I usually use R + jupyter and conda for installing most of my software and packages, as conda provides the least painful way to install R packages on Linux (I dunno why it's so painful, but it is). I thought to manage my Julia installation the same way, but somehow Julia is not playing so nicely with Jupyter when installed by conda - I only had luck when using the official installation method. But it gets outdated easily, so I prefer something like conda. (Actually, I use mamba almost exclusively now.) |
Solution to issue cannot be found in the documentation.
Issue
Installing julia with conda/mamba and trying to install IJulia using Pkg.jl leads to a bunch of errors, with the important part being:
(last part:
Directory or file does not exist
)Somewhere on Julia Discourse I've read a suggestion (cannot find it now) to download Julia source from the website, unpack the cert.pam into the folder where it's missing and try again. I just did that now and it fixed the problem and I was able to start Jupyter notebook.
Installed packages
Environment info
The text was updated successfully, but these errors were encountered: