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