NCAR / wrfcloud

WRF Cloud Framework
Apache License 2.0
14 stars 6 forks source link

ParallelCluster Dependency Bug #203

Closed hahnd closed 1 year ago

hahnd commented 1 year ago

Describe the Problem

WRF Cloud installations are affected by this bug: https://github.com/aws/aws-parallelcluster/issues/5244 https://github.com/spec-first/connexion/issues/1699 https://github.com/pallets/flask/issues/5094

Options:

  1. Wait for aws-parallelcluster team.
  2. Explicitly require flask-2.2.3 in our setup.py, this would install the specific version, which would also satisty the aws-parallelcluster dependency.
hahnd commented 1 year ago

This issue involves many development teams: aws-parallelcluster, connexion, flask, and wrfcloud. Will implement the workaround in option 2 for now until it is resolved.

https://github.com/spec-first/connexion/issues/1699

fossell commented 1 year ago

Closed with #205.

hahnd commented 1 year ago

Fixed in the parallelcluster repo today: https://github.com/aws/aws-parallelcluster/issues/5244#event-10280310145