JuliaPlots / StatsPlots.jl

Statistical plotting recipes for Plots.jl
Other
437 stars 89 forks source link

Cannot install on Julia-1.8.0-rc1, even on a fresh empty %JULIA_DEPOT_PATH% #501

Closed pszufe closed 2 years ago

pszufe commented 2 years ago

When trying to install (even as the first package to be installed in a fresh repo), I get this error:

(@v1.8) pkg> add StatPlots
  Installing known registries into `C:\JuliaPkg\Julia-1.8.0-rc1`
    Updating registry at `C:\JuliaPkg\Julia-1.8.0-rc1\registries\General.toml`
   Resolving package versions...
ERROR: Unsatisfiable requirements detected for package StatPlots [60ddc479]:
 StatPlots [60ddc479] log:
 ├─possible versions are: 0.8.0-0.9.2 or uninstalled
 ├─restricted to versions * by an explicit requirement, leaving only versions 0.8.0-0.9.2
 └─restricted by julia compatibility requirements to versions: uninstalled — no versions left

Perhaps some dependency strongly requires Julia not greater than 1.7?

sethaxen commented 2 years ago

(@v1.8) pkg> add StatPlots

The name of this package is StatsPlots, not StatPlots.

pszufe commented 2 years ago

now I feel embarrassed ;)