AdaGram.jl icon indicating copy to clipboard operation
AdaGram.jl copied to clipboard

AdaGram not working with new versions of Julia?

Open sadov-m opened this issue 6 years ago • 2 comments

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?

sadov-m avatar Feb 08 '19 14:02 sadov-m

v0.4 is what you need and It works well in Linux.

Dznan avatar Nov 19 '19 21:11 Dznan

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.

sbos avatar Nov 20 '19 03:11 sbos