MXNet installation fails Julia

I tried to add the MXNet package in Julia. It went up to the build then I got the following error:

Building MXNet → C:\Users\jason\.julia\packages\MXNet\XoVCW\deps\build.log
┌ Error: Error building MXNet:
│ [ Info: Found a CUDA installation.
│ [ Info: CUDA_HOME -> nothing
│ ┌ Warning: Parsing command “$exe7z e mxnet.7z \build\ \lib\ -y -ousr\lib”. Special characters “#{}()<>|&*?~;” should now be quoted in commands
│ │ caller = shell_parse(::String, ::Bool; special::String) at shell.jl:107
│ └ @ Base .\shell.jl:107
│ [ Info: Downloading pre-built packages for Windows.
│ ERROR: LoadError: IOError: could not spawn 'C:\Users\jason\AppData\Local\Programs\Julia\Julia-1.4.2\bin\7z.exe' e mxnet.7z '*\build\*' '*\lib\*' -y '-ousr\lib': no such file or directory (ENOENT)
│ Stacktrace:
│ [1] _spawn_primitive(::String, ::Cmd, ::Array{Any,1}) at .\process.jl:99
│ [2] #550 at .\process.jl:112 [inlined]
│ [3] setup_stdios(::Base.var"#550#551"{Cmd}, ::Array{Any,1}) at .\process.jl:196
│ [4] _spawn at .\process.jl:111 [inlined]
│ [5] run(::Cmd; wait::Bool) at .\process.jl:439
│ [6] run(::Cmd) at .\process.jl:438
│ [7] top-level scope at C:\Users\jason.julia\packages\MXNet\XoVCW\deps\build.jl:140
│ [8] include(::String) at .\client.jl:439
│ [9] top-level scope at none:5
│ in expression starting at C:\Users\jason.julia\packages\MXNet\XoVCW\deps\build.jl:112
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:899

I notice that many of the links to pages that provide instructions seem broken: https://mxnet.apache.org/api/julia.

I’d like to install MXNet.jl on a Windows 10 machine, are there some straight forward instructions for beginners for getting MXNet running in Julia on Windows with a GPU?