J.-H. Kim
J.-H. Kim

Reputation: 23

Installation of Julia on Windows7 64 bit

This might be a either silly or simple question for anyone else, but I'm in serious trouble with this, I'm very very new to Julia, honestly, this is my first time to Julia.

I want to learn Julia some more by myself because I've heard that Julia is much faster than R. I've experienced R for couple of years. but this blocked me.

anyway, I just installed Julia on my laptop (Windows7 64-bit) today and once I installed it, I had faced the error messages as below.

The error message I had faced

and after the messages, console didn't work at all. I don't know why such a error has occurred all I did were just download the installation file and click next couple of times. How could I shoot this trouble away?

Anyone can help me, please?

Upvotes: 1

Views: 632

Answers (1)

Alex338207
Alex338207

Reputation: 1905

This is a quite tricky problem. It seems that Windows library which julia uses does not support the right version of TLS (an encryption standard).

Can you run the "Easy fix" tool from the Microsoft support page?

https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-a-default-secure-protocols-in

See also this discussion: https://discourse.julialang.org/t/pkg-update-error-base-libgit2-test-fails/9272/11

Upvotes: 2

Related Questions