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 2020/12/14 15:33:02 UTC

[GitHub] [airflow] potiuk commented on issue #13063: Importing entry_point plugins fails on Airflow v1.10.14 and Python 3.8

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


   Yes. This is a known problem, once that made us think that we might need 1.10.15 but we want to see how big of a problem it is, since there is a known workaround: https://github.com/apache/airflow/issues/13019:
   
   ```
   pip install importlib-metadata~=2.0
   ```
   
   Can you please let us know if it fixes your problem @RikHeijdens ? (CC: @kaxil @ashb)
   


----------------------------------------------------------------
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.

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