I get this mysterious error when trying to install FIGlet in v1.11 (works fine in v1.10), complaining about the version of BinaryProvider, however trying to look into it, everything works fine when dev-ing the package.
Any idea whatβs going on here?
(@v1.11) pkg> activate --temp
Activating new project at `/tmp/jl_3jtNU3`
(jl_3jtNU3) pkg> add FIGlet
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package BinaryProvider [b99e7846]:
BinaryProvider [b99e7846] log:
ββpossible versions are: 0.4.0 - 0.5.10 or uninstalled
ββrestricted by julia compatibility requirements to versions: uninstalled β no versions left
(jl_3jtNU3) pkg> dev FIGlet
Cloning git-repo `https://github.com/kdheepak/FIGlet.jl.git`
Resolving package versions...
Updating `/tmp/jl_3jtNU3/Project.toml`
[3064a664] + FIGlet v0.2.1 `~/.julia/dev/FIGlet`
Updating `/tmp/jl_3jtNU3/Manifest.toml`
[3064a664] + FIGlet v0.2.1 `~/.julia/dev/FIGlet`
But I realize that BinaryProvider has been deprecated. I have to look into what the alternative is include an artifact; I wonβt be able to do that until the weekend though.
The current master branch doesnβt include the artifact so you can use it by manually providing fonts.
I donβt think you need BinaryProvider, I just dev-ed FIGlet with a fresh julia docker container, and that works for me from the current master (0.2.2).