'ModuleNotFoundError: No module named 'snowflake.sqlalchemy'

I'm trying to use sqlalchemy on airflow AWS. for some resons I get ModuleNotFoundError: No module named 'snowflake.sqlalchemy', even thought I have it in my requirments.txt.

anyone know how to fix it? I'm trying to use it with PythonOperator. I also tried to specify the package: snowflake-sqlalchemy==1.3.4



Sources

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

Source: Stack Overflow

Solution Source