You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "SJshenjian (via GitHub)" <gi...@apache.org> on 2023/03/11 13:15:28 UTC

[GitHub] [airflow] SJshenjian opened a new issue, #30038: Import Error can not remove

SJshenjian opened a new issue, #30038:
URL: https://github.com/apache/airflow/issues/30038

   ### Apache Airflow version
   
   2.5.1
   
   ### What happened
   
   I run the dag with helm on k8s, first I have no module xxx, when the pod started, i install the module in all of the workers and webserver, but still there is 
   DAG Import Errors (12)
   I'm tring remove it on table import_error, but after seconds it rehappend, what can i do to remove it, please, thanks
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   import modules without in pip list, and webserver you can see the error
   
   ### Operating System
   
   CentOS Linux 7
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk closed issue #30038: Import Error can not remove

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk closed issue #30038: Import Error can not remove
URL: https://github.com/apache/airflow/issues/30038


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


[GitHub] [airflow] boring-cyborg[bot] commented on issue #30038: Import Error can not remove

Posted by "boring-cyborg[bot] (via GitHub)" <gi...@apache.org>.
boring-cyborg[bot] commented on issue #30038:
URL: https://github.com/apache/airflow/issues/30038#issuecomment-1464910146

   Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.
   


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


[GitHub] [airflow] hussein-awala commented on issue #30038: Import Error can not remove

Posted by "hussein-awala (via GitHub)" <gi...@apache.org>.
hussein-awala commented on issue #30038:
URL: https://github.com/apache/airflow/issues/30038#issuecomment-1464930594

   > when the pod started, i install the module in all of the workers and webserver, but still there is
   
   how do you install the module and when? can you provide the dockerfile which you use to build the pods docker image?
   
   > I'm tring remove it on table import_error, but after seconds it rehappend, what can i do to remove it,
   
   did you try to import the module manually after installing it? (by creating a Python  shell session and then typing `import module`)


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