After running Pkg.init() and Pkg.Update(), I am still unable to load the Dates package:
Using either: Pkg.add("Dates")
ErrorException("Dates's requirements can't be satisfied because of the following fixed packages: julia")
Or double clicking 'Dates' in the packages window of Julia Studio I receive the error (adding Dates): julia> adding Dates
julia> using Dates
ErrorException("Dates not found")
I have uninstalled everything and reinstalled but still same error. I am running Julia Studio 0.4.4 64 bit.
Any ideas how to fix this? Thanks
Datespackage seems to require at least Julia 0.3 (or a prerelease version of it) if I interpret the package metadata correctly. If you don't have Julia 0.3 I recommend to get it - there's happened quite a lot recently. - Toivo Henningsson