Closed GlenHenshaw closed 2 years ago
There is no version 0.8.90
or 0.8.92
. Are you using JuliaPro? I've seen errors like this when using that (not within our control).
No, just straight Julia from the command line.
OK, I see the problem. My JuliaComputingRegistry
registry lists the following:
0f1e0344-ec1d-5b48-a673-e5cf874b6c29 = { name = "WebIO", path = "W/WebIO" }
and if I go to W/WebIO
I see:
WebIO % more Package.toml
name = "WebIO"
uuid = "0f1e0344-ec1d-5b48-a673-e5cf874b6c29"
repo = "https://github.com/bmharsha/WebIO.jl.git"
which is not you. It's a fork. WHY my registry is referencing a fork I have no idea. FWIW there's no version 0.8.90
or 0.8.92
of the fork either, but that's not your problem.
Sorry for the issues. Good luck! :)
The package will not build due to a binary not being on the remote Julia package server.
...followed by a long stack trace which I don't think adds any additional insight. Note that the version of the binary attempting to be downloaded (0.8.90) does not match the version installed (0.8.92)