Hi, I’ve tried installing Julia on multiple computer systems, and I keep getting error messages whenever I try to add any packages.
Everything seems to go wrong after downloading “MbedTLS”, I tried methods suggested all over the internet to fix that, but nothing works.
The error messages are too lengthy to reproduce here, but contain phrases like, 'Exception setting “SecurityProtocol” ', “invalid enumeration values”, “Exception calling DownloadFile with 2 arguments”, “Unable to automatically install MbedTLS from ”, and so on.
Anyone know what’s going on here? (I am using Windows 7 Professional on my old personal Dell Laptop computer; and a newer version of Windows on my Office computer, which runs on a public network. I can’t add packages on either computer.)
When I try to add different packages, Julia chokes the same way, but on different subroutines (for example, sometimes it chokes on “OpenSpecFun” instead of MbedTLS).
In any case, I’m confused, are you saying that your suggestion WON’T fix the issue? Should I try it or not? What if I remove (rm) MbedTLS, but then I can’t add it in again??
I don’t see how it could be the terminal I’m running it from, I’ve tried running it in command line mode from two completely different computers, plus I tried running it from the Atom-Juno IDE. I get the same errors every time.
I’m not sure what else I’m supposed to get from that website; I didn’t do any of the “Build Julia” steps mentioned on it, I just downloaded the installer onto my Windows PC and let the installation happen automatically.
I posted the entire error message from Julia above, does anyone know from that highly detailed error message what is going on?
My home computer is sitting on the desk in my house, no proxies or firewalls.
My office computer is on a university network, I don’t know the details. Two completely different computer systems, the same error messages.
I also tried Installing Julia on both computers about 6 months ago, same problems, same error messages.
I’m VPN’ing in to my office computer with Remote Desktop now; 6 months ago I sat at the terminal in my office and typed on it directly. No difference, same problem.
So PetrKryslUCSD, I gave you a lot of information, do you have any suggestions for my problem after all of that?
Does anyone else have any ideas why a new Julia user cannot add or use any packages? Why routines like MbedTLS, OpenSpecFun, and everything else don’t seem to be built properly, even when I follow the error message instructions and try to re-build them, and re-start Julia, but they still don’t work?
I get this in VirtualBox and it shows me that it is_not_ activate.
It might be worth rising an issue to at least get a better error message from Julia (e.g. “Windows is configured to use Constrained Language Mode, which prevents downloads of necessary resource”).
Hello @CosmoProf We are here to help you. It just might take a little bit of time to figure this out.
I had similar problems two years ago, on a corporate laptio, with the MBedTLS - this was related to the proxy which that company used. I had to ask for a lot of help on here at the time.
We want you to start using Julia. Please stick with it. It will be worth it, honest.
Hi folks, thanks for the suggestions; I eventually did get things working (mostly) by a combination of many things – updating my PowerShell, uninstalling & reinstalling everything, going from the latest release to the long term support release, and removing my Atom-Juno IDE from earlier & re-installing directly from JuliaPro. I’m sure I’ll have more questions, but at least I can add some modules now.