Skip to content

The file envs/{os}-pinned.yaml needs to be updated. #45

@yechenyan

Description

@yechenyan

Checklist

  • I am using the current master branch or the latest release. Please indicate.
  • I am running on an up-to-date pypsa-eur environment. Update via conda 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:
Image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions