-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
Labels
bugSomething isn't workingSomething isn't working