CrowdStrike / cloud-resource-estimator

Cloud deployment size calculation utilities
The Unlicense
17 stars 19 forks source link

Support python 3.7 #21

Closed isimluk closed 1 year ago

isimluk commented 1 year ago

AWS cloud shell only has python 3.7

Addressing:

Determining cloud provider
This is AWS
Installing python dependencies for communicating with AWS into (~/cloud-benchmark) Traceback (most recent call last):
  File "aws_cspm_benchmark.py", line 11, in <module>
    from functools import cached_property
ImportError: cannot import name 'cached_property' from 'functools' (/usr/lib64/python3.7/functools.py)