**Output of the virtual environment creation** Make sure to run the creation with `-vvv --with-traceback`: ```console 26 setup logging to NOTSET [DEBUG report:37] 30 ...
I installed an alternate Python version 3.9. When using the PythonVirtualenvOperator in a DAG . . python_3_9 = PythonVirtualenvOperator(task_id='python_3_9', requirements=["colorama==0.4.0"], ...