AdaGram not working with new versions of Julia?
I tried building AdaGram on Julia v 1.1 and it seems that there might be some incompatibilities. This is what I am getting while trying to clone AdaGram using Pkg:
julia> Pkg.clone("https://github.com/sbos/AdaGram.jl.git") ┌ Warning: Pkg.clone is only kept for legacy CI script reasons, please use add└ @ Pkg.API /builddir/build/BUILD/julia/build/usr/share/julia/stdlib/v1.1/Pkg/src/API.jl:386 Updating registry at~/.julia/registries/GeneralUpdating git-repohttps://github.com/JuliaRegistries/General.gitUpdating git-repohttps://github.com/sbos/AdaGram.jl.git[ Info: Assigning UUID 3697d9a4-0c04-5c6c-a718-eefb7df45f8e to AdaGram [ Info: Path/home/sadm/.julia/dev/AdaGramexists and looks like the correct package, using existing path Resolving package versions... ERROR: Unsatisfiable requirements detected for package Devectorize [03c08e68]: Devectorize [03c08e68] log: ├─possible versions are: [0.2.0-0.2.1, 0.3.0, 0.4.0-0.4.2] or uninstalled ├─restricted to versions 0.0.0-* by AdaGram [3697d9a4], leaving only versions [0.2.0-0.2.1, 0.3.0, 0.4.0-0.4.2] │ └─AdaGram [3697d9a4] log: │ ├─possible versions are: 0.0.0 or uninstalled │ └─AdaGram [3697d9a4] is fixed to version 0.0.0 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left
Could you please specify which Julia versions I should use to make AdaGram work?
v0.4 is what you need and It works well in Linux.
Hooray! I know it's very hard to believe, but I have ported AdaGram to v1.1 this summer. It has been reported to perform weirdly under v1.2, but maybe some kind soul can look into this.