gwind commented on issue #8564:
URL: https://github.com/apache/airflow/issues/8564#issuecomment-636585115


   > Hi guys!
   > 
   > How did you solve the problem ?
   > 
   > > > ModuleNotFoundError: No module named 'argcomplete'
   > 
   > is there any setting etc to fix it???
   
   This bug caused by wrong user environment in the airflow POD mostly.
   
   You can use `kubectl exec -it ${THE_POD} bash` go to the inside of the 
airflow POD, then exec airflow command for testing. You would be found that 
which user is working then.


----------------------------------------------------------------
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:
[email protected]


Reply via email to