My template command is python gcp_parquet.py --runner DataflowRunner --project project_ID --staging_location STAGING_LOCATION --temp_location TEMP_LOCATION --template_location TEMPLATE_LOCATION --experiment=use_beam_bq_sink --region us-east1
I am getting the following error: Exception: Dataflow only supports Python versions 2 and 3.5+, got: (3, 8)
I am using python 3.8.3 in virtual env.
Please help me solve this issue.