You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/09/25 16:36:24 UTC

[GitHub] [airflow] potiuk commented on issue #18500: BROKEN DAG : AttributeError: module 'sqlalchemy.util.compat' has no attribute 'TYPE_CHECKING'

potiuk commented on issue #18500:
URL: https://github.com/apache/airflow/issues/18500#issuecomment-927148736


   ```
   -QLAlchemy 1.2.19
   ```
   
   This is likely your problem. For some reason you have a bogus package imstalled which replaces your sqlachemy.
   
   I am not sure what the package is, but it could be that you are the victim of "typosquatting" attack (https://nakedsecurity.sophos.com/2017/09/19/pypi-python-repository-hit-by-typosquatting-sneak-attack/). Some time ago published packages in PIP which were different by only one letter (hoping that someone will install them when they made a typo)
   
   Some people also had this package installed, so the above is likely:
   https://github.com/bndr/pipreqs/issues/206
   
   I convert it into discussion as it is not Airflow issue most likely


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org