I recently downloaded JuliaPro and started to use the REPL through atom, but I can’t import any packages.
When I try to add anything, I get the following error,
(v1.0) pkg> add JuMP
Resolving package versions...
ERROR: Error when installing package Calculus:
IOError(MbedTLS error code -9984: X509 - Certificate verification failed, e.g. CRL, CA or signature
check failed during request(https://pkg.juliacomputing.com//package/49dc2e85-a5d0-5ad3-a950-438e2897
f1b9/f60954495a7afcee4136f78d1d60350abd37a409.tar.gz))
This happens for any package. I’ve tried a handful of things, and oddly enough I can add packages with Julie through the standard terminal, just not atom.
Any suggestions are appreciated - thanks!