You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 23:47:44 UTC

[GitHub] [beam] kennknowles opened a new issue, #19339: Running apache beam dataflow pipeline throwing error: ImportError: No module named gunicorn.app.wsgiapp

kennknowles opened a new issue, #19339:
URL: https://github.com/apache/beam/issues/19339

   I have created app-engine cron jobs to run python flask app which calls dataflow beam pipeline to ingest data into bigquery.
   
    
   Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/dataflow_worker/batchworker.py", line 766, in run self._load_main_session(self.local_staging_directory) File "/usr/local/lib/python2.7/dist-packages/dataflow_worker/batchworker.py", line 482, in _load_main_session pickler.load_session(session_file) File "/usr/local/lib/python2.7/dist-packages/apache_beam/internal/pickler.py", line 254, in load_session return dill.load_session(file_path) File "/usr/local/lib/python2.7/dist-packages/dill/dill.py", line 363, in load_session module = unpickler.load() File "/usr/lib/python2.7/pickle.py", line 864, in load dispatchkey File "/usr/lib/python2.7/pickle.py", line 1096, in load_global klass = self.find_class(module, name) File "/usr/local/lib/python2.7/dist-packages/dill/dill.py", line 423, in find_class return StockUnpickler.find_class(self, module, name) File "/usr/lib/python2.7/pickle.py", line 1130, in find_class *import*(module) ImportError: No module named
  gunicorn.app.wsgiapp
    
   
   Imported from Jira [BEAM-6752](https://issues.apache.org/jira/browse/BEAM-6752). Original Jira may contain additional context.
   Reported by: luvneries.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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