jnstockley commented on issue #60760:
URL: https://github.com/apache/airflow/issues/60760#issuecomment-3797149098

   Sorry, just got around to trying this. Using the 3.1.6 version of the Docker 
image, setting this environment variable `PYTHONDONTWRITEBYTECODE=1` didn't 
work, and adding `ENTRYPOINT exec python -c "from airflow.utils.sqlalchemy 
import is_sqlalchemy_v1; from importlib import metadata; print(f'SQLA: 
{metadata.version(\"sqlalchemy\")}');print(f'is_v1: {is_sqlalchemy_v1()}')"` to 
my Dockerfile gave the same error. Removing the .pyc cache files didn't work 
either.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to