You can’t be on master for JuliaParser if you use julia 0.4.x, Keno just sent 
around a message on julia-dev that JuliaParser master is now julia 0.5 only.

 

But if you do Pkg.free(“JuliaParser”) things should just work, in that case the 
package manager should just give you the last version of JuliaParser that still 
works with julia 0.4.x.

 

 

From: [email protected] [mailto:[email protected]] On 
Behalf Of Aswathi Radhakrishnan
Sent: Friday, April 1, 2016 6:15 AM
To: julia-users <[email protected]>
Subject: [julia-users] Pkg.update() - Version of julia and JuliaParser do not 
match

 

 

Hi,

 

When I do Pkg.update(), I am getting the following error. I am on OS X. I tried 
Pkg.resolve() and many other workaround but it didn't resolve the problem. Has 
anyone encountered this issue?

 

julia> Pkg.update()

INFO: Updating METADATA...

INFO: Updating JuliaParser...

INFO: Computing changes...

WARNING: julia is fixed at 0.4.3 conflicting with requirement for JuliaParser: 
[0.5.0-,∞)

ERROR: AbstractTrees can't be installed because it has no versions that support 
0.4.3 of julia. You may need to update METADATA by running `Pkg.update()`

 in error at error.jl:22

 in resolve at 
/Applications/Julia-0.4.3.app/Contents/Resources/julia/lib/julia/sys.dylib

 in update at 
/Applications/Julia-0.4.3.app/Contents/Resources/julia/lib/julia/sys.dylib

 in anonymous at pkg/dir.jl:31

 in cd at file.jl:22

 in cd at pkg/dir.jl:31

 in update at 
/Applications/Julia-0.4.3.app/Contents/Resources/julia/lib/julia/sys.dylib

Reply via email to