jaehyeon-kim / flink-demos

Apache Flink (Pyflink) and Related Projects
https://jaehyeon.me/tags/apache-flink/
22 stars 10 forks source link

(Terraform) RuntimeError: Python interpreter version equal to defined lambda runtime (python3.8) should be available in system PATH #20

Closed waynelxb closed 1 month ago

waynelxb commented 1 month ago

Hi Kim,

When I ran "terraform plan" for the tf script in infra folder, like below: (.venv) PS D:\Projects\GitHub\flink-demos-master\real-time-streaming-aws\infra> terraform plan -var 'producer_to_create=true'

I ran into the following issue. could you shed a light on this?

image

Thank you so much!

jaehyeon-kim commented 1 month ago

Looks like it is a Windows related issue. Can you try on WSL2?

jaehyeon-kim commented 1 month ago

Is there an update? Please close if it gets fixed.

waynelxb commented 1 month ago

Thank you so much!!!!!