Re: [julia-users] Pkg.[update()/install()/build()] woes on Windows 10 64 bit

2015-09-29 Thread Evan Fields
So I deleted just ArrayViews from .julia, still got errors. Decided to delete the whole of .julia, did Pkg.add("Images"), and got this: _ _ _ _(_)_ | A fresh approach to technical computing (_) | (_) (_)| Documentation: http://docs.julialang.org _ _

Re: [julia-users] Pkg.[update()/install()/build()] woes on Windows 10 64 bit

2015-09-27 Thread Evan Fields
s, >> >> David >> >> >> >> *From:* julia-users@googlegroups.com [mailto:julia-users@googlegroups.com] >> *On Behalf Of *Tony Kelman >> *Sent:* Friday, September 25, 2015 5:46 PM >> *To:* julia-users <julia-users@googlegroups.com> >>

Re: [julia-users] Pkg.[update()/install()/build()] woes on Windows 10 64 bit

2015-09-27 Thread Tony Kelman
Not sure what's wrong but your local copies of some packages are in a corrupt state. Assuming you haven't made any local modifications to any packages that you want to preserve, it is safe to delete any problematic packages from .julia, then running Pkg.update() or Pkg.resolve() will put back

Re: [julia-users] Pkg.[update()/install()/build()] woes on Windows 10 64 bit

2015-09-26 Thread Stefan Karpinski
.com');>] *On > Behalf Of *Tony Kelman > *Sent:* Friday, September 25, 2015 5:46 PM > *To:* julia-users <julia-users@googlegroups.com > <javascript:_e(%7B%7D,'cvml','julia-users@googlegroups.com');>> > *Subject:* Re: [julia-users] Re: Pkg.[update()/install()/build(

[julia-users] Pkg.[update()/install()/build()] woes on Windows 10 64 bit

2015-09-25 Thread Evan Fields
I've been encountering problems with packages. Here's what happened: - I installed Julia 0.3.11 via the 64 bit .exe on julialang.org - Changed the install path to C:\Julia-0.3.11 but otherwise all default options - On Windows 10 x64, not using Cygwin or related - Right after