Hi,
I am an almost complete newbie. I am trying to add the latest SpecialFunctions package (v 1.2.1) but I am stuck at v0.10.3. I realize the package issue is a common question. I am using JuliaPro Version 1.5.3 (2020-11-09)
After getting the error messages you see below, I tried to remove and add the specific version to no avail.
Below is how it looks like.
julia> Pkg.rm("SpecialFunctions")
Updating `C:\Users\AiSara Designer\.julia\environments\JuliaPro_v1.5.3-1\Project.toml`
[276daf66] - SpecialFunctions v0.10.3
No Changes to `C:\Users\AiSara Designer\.julia\environments\JuliaPro_v1.5.3-1\Manifest.toml`
julia> Pkg.add(name="SpecialFunctions", version="1.2.1")
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package SpecialFunctions [276daf66]:
SpecialFunctions [276daf66] log:
├─possible versions are: [0.7.0-0.7.2, 0.8.0, 0.9.0, 0.10.0-0.10.3, 1.0.0, 1.1.0, 1.2.0-1.2.1] or uninstalled
├─restricted to versions 1.2.1 by an explicit requirement, leaving only versions 1.2.1
└─restricted by compatibility requirements with DataArrays [0fe7c1db] to versions: [0.7.0-0.7.2, 0.8.0, 0.9.0, 0.10.0-0.10.3] — no versions left
└─DataArrays [0fe7c1db] log:
├─possible versions are: 0.7.0 or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions 0.7.0
How do I fix this? Sounds like I have to remove some explicit requirement.
Thanks in advance.