Check Pkg.status, you probably have something checked out to a master branch that you need to call Pkg.free on to get back to a supported release version.
On Tuesday, June 7, 2016 at 6:23:16 AM UTC-7, Yichao Yu wrote: > > On Tue, Jun 7, 2016 at 9:08 AM, Michael Krabbe Borregaard > <[email protected] <javascript:>> wrote: > > Sorry for being slow but I am not sure I understand what you suggest? > > I'm not sure how you installed Atom but you need to switch to > > >> the 0.4 branch or the latest tag > > of Atom instead of the master branch. > > > > > On Tue, Jun 7, 2016 at 2:38 PM, Yichao Yu <[email protected] > <javascript:>> wrote: > >> > >> On Tue, Jun 7, 2016 at 8:06 AM, Michael Borregaard > >> <[email protected] <javascript:>> wrote: > >> > Hi, > >> > I cannot Pkg.update(), I get the error message: > >> > > >> > ERROR: ASTInterpreter can't be installed because it has no versions > that > >> > support 0.4.5 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.5.app/Contents/Resources/julia/lib/julia/sys.dylib > >> > in update at > >> > > >> > > /Applications/Julia-0.4.5.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.5.app/Contents/Resources/julia/lib/julia/sys.dylib > >> > > >> > I do not have ASTInterpreter installed, neither do I have Gallium, > which > >> > apparently references it. I would like to know which package is > causing > >> > the > >> > issue, so I can create an issue on their github or uninstall it. I > >> > downloaded the newest stable version of julia and installed it, but > it > >> > did > >> > not help. > >> > > >> > The problem means that e.g. my Atom package is in an unstable state, > so > >> > I > >> > cannot use my normal julia workflow. Please refer me to if this > should > >> > be an > >> > issue somewhere else, but I guess the issue of finding out the > criminal > >> > package (that tries to install ASTInterpreter) is general enough for > >> > this > >> > mailing list. > >> > >> IIRC the Atom master doesn't support 0.4 and you need the 0.4 branch > >> or the latest tag. > >> > >> > > >> > > >> > Thanks a lot, > >> > Michael > > > > >
