Pkg.status() works fine. Here's what it prints: 

Pkg.update used to work, but I have recently updated my OS. I'm working on 
OSX Yosemite version 10.10.3 now, but I doubt this is the reason.

And to answer your question, no I didn't update julia recently. The version 
I'm using is 0.3.7


julia> Pkg.status()
4 required packages:
 - Gadfly                        0.3.11
 - Images                        0.4.36
 - Jewel                         1.0.4
 - StatsBase                     0.6.14
45 additional packages:
 - ArrayViews                    0.6.1
 - BinDeps                       0.3.11
 - Calculus                      0.1.7
 - Codecs                        0.1.3
 - Color                         0.4.4
 - Compat                        0.4.1
 - Compose                       0.3.11
 - Contour                       0.0.6
 - DataArrays                    0.2.13
 - DataFrames                    0.6.3
 - DataStructures                0.3.8
 - Dates                         0.3.2
 - Distances                     0.2.0
 - Distributions                 0.7.1
 - Docile                        0.4.10
 - DualNumbers                   0.1.3
 - FactCheck                     0.2.6
 - FixedPointNumbers             0.0.7
 - GZip                          0.2.15
 - Graphics                      0.1.0
 - Grid                          0.3.8
 - Hexagons                      0.0.3
 - Homebrew                      0.1.14
 - ImmutableArrays               0.0.6
 - Iterators                     0.1.7
 - JSON                          0.4.3
 - JuliaParser                   0.6.2
 - KernelDensity                 0.1.0
 - LNR                           0.0.1
 - Lazy                          0.8.3
 - Loess                         0.0.3
 - NaNMath                       0.0.2
 - Optim                         0.4.1
 - PDMats                        0.3.3
 - Reexport                      0.0.2
 - Requires                      0.1.1
 - RobustStats                   0.0.1              master
 - SHA                           0.0.4
 - SIUnits                       0.0.2
 - Showoff                       0.0.4
 - SortingAlgorithms             0.0.4
 - TexExtensions                 0.0.2
 - URIParser                     0.0.5
 - WoodburyMatrices              0.0.1
 - Zlib                          0.1.8



On Tuesday, June 2, 2015 at 9:19:58 AM UTC-4, Kevin Squire wrote:

> Hi Huda,
>
> Without a little more information, it's a little unclear.  Did you 
> recently upgrade from Julia 0.2 to 0.3?  Can you give the output of 
> Pkg.status()?
>
> Cheers,
>    Kevin
>
>
> On Mon, Jun 1, 2015 at 11:05 PM, Huda Nassar <nassa...@gmail.com 
> <javascript:>> wrote:
>
>> I think the following is self explanatory:
>>
>> julia> Pkg.update()
>> INFO: Updating METADATA...
>> INFO: Updating cache of WoodburyMatrices...
>> INFO: Updating RobustStats...
>> INFO: Computing changes...
>> ERROR: Rmath can't be installed because it has no versions that support 
>> 0.3.7 of julia. You may need to update METADATA by running `Pkg.update()`
>>  in error at error.jl:22
>>  in resolve at 
>> /Applications/Julia-0.3.7.app/Contents/Resources/julia/lib/julia/sys.dylib
>>  in update at 
>> /Applications/Julia-0.3.7.app/Contents/Resources/julia/lib/julia/sys.dylib
>>  in anonymous at pkg/dir.jl:28
>>  in cd at 
>> /Applications/Julia-0.3.7.app/Contents/Resources/julia/lib/julia/sys.dylib
>>  in __cd#228__ at 
>> /Applications/Julia-0.3.7.app/Contents/Resources/julia/lib/julia/sys.dylib
>>  in update at 
>> /Applications/Julia-0.3.7.app/Contents/Resources/julia/lib/julia/sys.dylib
>>
>> Anyone can explain to me possible reasons causing this to happen?
>>
>
>

Reply via email to