Skip to content

AWS job run command bug fix #504

@phgupta

Description

@phgupta

In buildstockbatch/aws/aws.py, the command used to execute the job in AWS uses python.

However, the Dockerfile installs and relies on Python 3.11, and the executable is python3.11. This mismatch results in an error.

Suggested fix: Update the command in aws.py to use python3.11 instead of python to align the runtime command with the environment set up in the Docker container.

Platform (please complete the following information):

  • Simulation platform: AWS
  • BuildStockBatch version, branch, or sha: v2024.11.0
  • resstock or comstock repo version, branch, or sha: v3.4.0
  • Local Desktop OS: Mac

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