Hello,
julia> versioninfo()
Julia Version 1.7.3
Commit 742b9abb4d (2022-05-06 12:58 UTC)
Platform Info:
OS: Windows (x86_64-w64-mingw32)
CPU: Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-12.0.1 (ORCJIT, skylake)
This issue started after I upgraded from Julia 1.7.2 to 1.7.3 as documented in detail at Issues on GitHub
https://github.com/JuliaLang/julia/issues/45465
Upgrading from 1.7.3 to 1.8.0-rc1 did not solve the issue.
Downgrading from 1.8.0-rc1 to 1.6.6 LTS did not do so either.
Aside from uninstalling the Julia version, I tried deleting the
C:\Users\Audrius-St\.julia
directory. This was a mistake as I am now unable to add the packages that I require.
For example,
Pkg.add("GLMakie")
Installing known registries into `C:\Users\Audrius-St\.julia`
┌ Warning: could not download https://pkg.julialang.org/registries
. . .
So I am now dead in the water with regards to being able to use any recent Julia release.
Has anyone else encountered this issue?
If so, then I would appreciate learning how to fix the problem.