Flux in Julia 1.5

downloaded Julia 1.5

added Flux
first time using Flux gives this error
Any advice o how to get Flux going on Julia 1.5?

julia> using Flux
[ Info: Precompiling Flux [587475ba-b771-5e3f-ad9e-33799f191a9c]
Downloading artifact: CUDA110
Exception calling “DownloadFile” with “2” argument(s): “The remote server returned an error: (504) Gateway Timeout.”
At line:12 char:1

Downloading artifact: CUDA110

Looks like a windows issue when behind proxy. This happened to me when downloading other artifact, but only in the first time. Also it did not stop the artifact from being installed. Did Flux worked fine for you after that?

Unfortunately cant get Flux to work on 1.5 yet on Windows 10. Sounds like a general issue

Try doing the same on Julia v1.4, see if it works.

It worked in 1.4. Only came up when I upgraded to 1.5

https://github.com/JuliaGPU/CUDA.jl/issues/355