You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2021/03/13 03:25:00 UTC

[jira] [Commented] (BEAM-6752) Running apache beam dataflow pipeline throwing error: ImportError: No module named gunicorn.app.wsgiapp

    [ https://issues.apache.org/jira/browse/BEAM-6752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17300697#comment-17300697 ] 

Kenneth Knowles commented on BEAM-6752:
---------------------------------------

I think you may want to reach out to one of the channels at https://beam.apache.org/community/contact-us/. You could ask on user@beam.apache.org or the Slack channel or StackOverflow.

> Running apache beam dataflow pipeline throwing error: ImportError: No module named gunicorn.app.wsgiapp
> -------------------------------------------------------------------------------------------------------
>
>                 Key: BEAM-6752
>                 URL: https://issues.apache.org/jira/browse/BEAM-6752
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Pankaj Sharma
>            Priority: P2
>
> 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
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)