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 2022/04/07 07:38:55 UTC

[GitHub] [airflow] uranusjr commented on issue #22689: HDFS provider causes TypeError: __init__() got an unexpected keyword argument 'encoding'

uranusjr commented on issue #22689:
URL: https://github.com/apache/airflow/issues/22689#issuecomment-1091201346

   The `encoding` argument is there since Python 3.4, so this seems to indicate there’s something very wrong with the Python installation (either CPython as a whole, or the `argparse` module specifically).
   
   https://docs.python.org/3/library/argparse.html#argparse.FileType


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