you need to post dependency error. but in general, there’s nothing we can do, simply that you have a dependency error and you need to remove some other packages first.
Sorry for not giving specifics earlier - it just seems I keep going in circles:
(v1.2) pkg> add GLM
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package StatsPlots [f3b207a7]:
StatsPlots [f3b207a7] log:
possible versions are: [0.10.0-0.10.2, 0.11.0, 0.12.0, 0.13.0, 0.14.0-0.14.13] or uninstalled
restricted to versions 0.12.0 by an explicit requirement, leaving only versions 0.12.0
restricted by compatibility requirements with Clustering [aaaa29a8] to versions: 0.14.5-0.14.13 or uninstalled no versions left
Clustering [aaaa29a8] log:
possible versions are: [0.10.0, 0.11.0, 0.12.0-0.12.4, 0.13.0-0.13.5, 0.14.0-0.14.1] or uninstalled
restricted to versions 0.14.1 by an explicit requirement, leaving only versions 0.14.1
(v1.2) pkg> add StatsPlots
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package Distributions [31c24e10]:
Distributions [31c24e10] log:
possible versions are: [0.16.0-0.16.4, 0.17.0, 0.18.0, 0.19.1-0.19.2, 0.20.0, 0.21.0-0.21.3, 0.21.5-0.21.12, 0.22.0-0.22.6, 0.23.0-0.23.12] or uninstalled
restricted to versions 0.19.2 by an explicit requirement, leaving only versions 0.19.2
restricted by compatibility requirements with StatsBase [2913bbd2] to versions: 0.23.2-0.23.12 or uninstalled no versions left
StatsBase [2913bbd2] log:
possible versions are: [0.24.0, 0.25.0, 0.26.0, 0.27.0, 0.28.0-0.28.1, 0.29.0, 0.30.0, 0.31.0, 0.32.0-0.32.2, 0.33.0-0.33.1] or uninstalled
restricted to versions 0.33.0 by an explicit requirement, leaving only versions 0.33.0
I tried that, but it didn’t help, I have tried removing/reinstalling/building various combinations of Distributions/StatsBase/StatsPlots but get nowhere
What about a build?
(v1.2) pkg> build GLM
ERROR: The following package names could not be resolved:
GLM (not found in project or manifest)
Please specify by known name=uuid.
build doesn’t work if you don’t even have that package installed, keep reading the dependency error and delete package you see that are not really needed for what you need to do with GLM
Thanks. This is beyond me. It is quicker to write a linear regression package from scratch, which I am doing.
Thanks for trying to help. You are pprobably right about upgrading to 1.5. I did that, but I can’t seem get Jupyter Notebooks to recognise the new Kernel, so I am stuck on 1.2.
By the way, I tried removing every package that it was objecting to, but it didn’t help, and now none of the packages (many of which I rely on) will add!
While trying to add GLM I had removed a few packages mentioned as being incompatible and not added anything else. Now I can’t add the Packages back that were working fine before, such as StatsBase and Flux. Does anyone one know how to fix this?
When I try to add StatsBase or Flux, there are no other packages mentioned as being incompatible, but they will not load.