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 2019/04/10 13:18:32 UTC

[GitHub] [airflow] ashb commented on issue #3585: [AIRFLOW-2731] Raise psutil restriction to <6.0.0

ashb commented on issue #3585: [AIRFLOW-2731] Raise psutil restriction to <6.0.0
URL: https://github.com/apache/airflow/pull/3585#issuecomment-481686966
 
 
   The nature of that error implies it is a bug/conflicting installation of psutil. It looks almost like you have some new and some old files there.
   
   The "Cannot resolve 'airflow.utils.log.file_processor_handler.FileProcessorHandler" part of the error message is just Airflow saying while trying to FileProcessorHandler we got this other error.
   
   You should see the exact same error form running `pyton -c "import psutil"` which would entirely remove Airflow from the equation.

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


With regards,
Apache Git Services