When I try to install Transpiler.jl I got following errors:
julia> Pkg.add("Transpiler")
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package Transpiler [58ea85f6]:
Transpiler [58ea85f6] log:
├─possible versions are: [0.0.1, 0.1.0, 0.2.0, 0.3.0, 0.4.0-0.4.8] or uninstalled
├─restricted to versions * by an explicit requirement, leaving only versions [0.0.1, 0.1.0, 0.2.0, 0.3.0, 0.4.0-0.4.8]
└─restricted by julia compatibility requirements to versions: uninstalled — no versions left
Stacktrace:
[1] #propagate_constraints!#61(::Bool, ::Function, ::Pkg.GraphType.Graph, ::Set{Int64}) at /home/sameer/julia/usr/share/julia/stdlib/v1.0/Pkg/src/GraphType.jl:1005
I thought it's a similar issue to the #232 in CuArrays.jl but removing CUDAnative didn't worked.
Thanks for looking into this error. Any hint to resolve this issue?
julia> versioninfo()
Julia Version 1.0.3
Commit 099e826 (2018-12-18 01:34 UTC)
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
WORD_SIZE: 64
LIBM: libopenlibm
LLVM: libLLVM-6.0.0 (ORCJIT, skylake)
Sorry, Transpiler isn't currently supported on julia 1.0 :( Maybe I should just archieve Transpiler.jl, since it will need a pretty big rewrite for 1.0
When I try to install Transpiler.jl I got following errors:
I thought it's a similar issue to the #232 in CuArrays.jl but removing CUDAnative didn't worked. Thanks for looking into this error. Any hint to resolve this issue?