Ryan Golhar

Results 44 comments of Ryan Golhar

The the subnets from what template? The VPC and subnets are created by our enterprise it group. It's been at least a year since I tried using this toolkit but...

I think I know what happening. The relative directories are not being handled correctly/well. My directory folder structure is as follows: base project (working) folder (/) cwl files (CWL/) -...

Using 'sh install.sh -d /dev/nvme2n1 -f lvm.ext4', this seems to work on AWS Linux 2023, where /dev/nvme2n1 is a 200GB gp3 disk

I keep a micro instance running in AWS from which I launch/run all starcluster instances/commands. The micro instance is essentially my gateway to AWS. The firewall I sit behind prevents...

Happens in both Python 2.7 and Python 2.6 on Mac.

I have, for python 2.7: connexion==1.4.2 Werkzeug==1.0.1 For Python 3.6: connexion==1.4.2 Werkzeug==1.0.1 Referencing due to similar issue https://github.com/zalando/connexion/issues/1149

Looks like FileStorage in werkzeug moved to from werkzeug.datastructures import FileStorage This break connexion. But connexion 1.4.2 is very old.

setup.py requires specific version of connexion. This should probably get updated.