'Installing pywin32 library to use outlook inside airflow

I am trying to install pywin32 library to use outlook inside airflow, I have installed airflow with docker and I am trying to install pywin32 inside the env file by typing the following:

_PIP_ADDITIONAL_REQUIREMENTS= pywin32

And i am getting this erorr

ERROR: for airflow-triggerer Container "2e882aaea131" exited with code 1.

ERROR: for airflow-worker Container "2e882aaea131" exited with code 1.

ERROR: for flower Container "2e882aaea131" exited with code 1.

ERROR: for airflow-scheduler Container "2e882aaea131" exited with code 1.

ERROR: for airflow-webserver Container "2e882aaea131" exited with code 1. ERROR: Encountered errors while bringing up the project.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source