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/13 20:05:28 UTC

[GitHub] [airflow] XD-DENG edited a comment on issue #13046: installation of simplejson breaks airlfow webserver 2.0.0rc2

XD-DENG edited a comment on issue #13046:
URL: https://github.com/apache/airflow/issues/13046#issuecomment-744059563


   `simplejson` implements `JSONEncoder` in incompatible way from the `JSONEncoder` of Python built-in standard library `json` (which is used by Airflow). Meanwhile, `simplejson` is NOT Airflow's dependency.
   
   This should  not be considered as Airflow's bug, especially we assume different applications should be installed in isolated virtual envs.


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