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/11 15:22:57 UTC

[GitHub] [airflow] kaxil edited a comment on issue #13019: Plugins broken with 1.10.14 & Python 3.8

kaxil edited a comment on issue #13019:
URL: https://github.com/apache/airflow/issues/13019#issuecomment-743255624


   Just posting the solution here too, install `importlib-metadata` and it should work fine:
   
   
   ```
   pip install importlib-metadata~=2.0
   ```
   
   This issue only affects Python 3.8 users.
   
   Thanks for reporting @Alien2150 


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