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*
