Re: [julia-users] How do I find out which package is causing problems running Pkg.update()

2016-06-07 Thread Michael Krabbe Borregaard
Thanks! After a bit if experimenting I could Pkg.checkout("Atom", "julia-0.4"), which solved the issue.

Re: [julia-users] How do I find out which package is causing problems running Pkg.update()

2016-06-07 Thread Tony Kelman
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 > > wrote: >

Re: [julia-users] How do I find out which package is causing problems running Pkg.update()

2016-06-07 Thread Yichao Yu
On Tue, Jun 7, 2016 at 9:08 AM, Michael Krabbe Borregaard 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, 20

Re: [julia-users] How do I find out which package is causing problems running Pkg.update()

2016-06-07 Thread Michael Krabbe Borregaard
Sorry for being slow but I am not sure I understand what you suggest? On Tue, Jun 7, 2016 at 2:38 PM, Yichao Yu wrote: > On Tue, Jun 7, 2016 at 8:06 AM, Michael Borregaard > wrote: > > Hi, > > I cannot Pkg.update(), I get the error message: > > > > ERROR: ASTInterpreter can't be installed becau

Re: [julia-users] How do I find out which package is causing problems running Pkg.update()

2016-06-07 Thread Yichao Yu
On Tue, Jun 7, 2016 at 8:06 AM, Michael Borregaard 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.

[julia-users] How do I find out which package is causing problems running Pkg.update()

2016-06-07 Thread Michael Borregaard
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