NREL-Sienna / PowerGraphics.jl

A package to generate visualizations from PowerSimulations.jl results. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.

Home Page:https://www.nrel.gov/analysis/sienna.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compatability with most updated version of Sienna?

llavin13 opened this issue · comments

Been trying to update some code. Was thinking I'd use PowerGraphics.jl to make some plots. But I seem to hit some compatability issues with udpated versions of PowerAnalytics.jl and PowerSimulations.jl? Should I?

ERROR: Unsatisfiable requirements detected for package PowerAnalytics [56ce1300]:
PowerAnalytics [56ce1300] log:
├─possible versions are: 0.1.0-0.6.0 or uninstalled
├─restricted by compatibility requirements with PowerSimulations [e690365d] to versions: 0.6.0 or uninstalled
│ └─PowerSimulations [e690365d] log:
│ ├─possible versions are: 0.1.0-0.27.0 or uninstalled
│ └─restricted to versions 0.27 by EMPower [08393a79], leaving only versions 0.27.0
│ └─EMPower [08393a79] log:
│ ├─possible versions are: 0.1.0 or uninstalled
│ └─EMPower [08393a79] is fixed to version 0.1.0
└─restricted by compatibility requirements with PowerGraphics [5f7eddb3] to versions: 0.5.0-0.5.3 — no versions left

(there's more to the traceback but I think this gets to a point where there's a null set of version compatability?)

To me what this is saying is 0.6.0 of PowerAnalytics (most recent release) isn't compatible with PowerGraphics.

@llavin13 yes we have pending to merge this #112 I will try to get it fixed ASAP.

Awesome! Sorry to have not looked at the PRs; I'll do that next time. I'll close this, then!