-
Notifications
You must be signed in to change notification settings - Fork 26
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Checklist
- I am using the current
masterbranch or the latest release. Please indicate. - I am running on an up-to-date
pypsa-eurenvironment. Update viaconda env update -f envs/environment.yaml.
Describe the Bug
The envs/environment.yaml was updated, but envs/{os}-pinned.yaml was not updated accordingly, which led to the installation of incorrect versions of PyPSA and scipy, causing the simulation to fail. After manually installing scipy=1.15.1 and pypsa=0.31.0, the simulation was able to run correctly.
I did not modify the configuration and ran the simulation using "snakemake -call all --configfile=config/config.public.yaml".
Error Message
The simulation runs correctly with scipy version 1.15.1, but with version 1.15.0, the following error occurs:

Error caused by the incorrect version of pypsa, see the image below:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working