[
https://issues.apache.org/jira/browse/BEAM-6752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17351955#comment-17351955
]
Beam JIRA Bot commented on BEAM-6752:
-------------------------------------
This issue was marked "stale-P2" and has not received a public comment in 14
days. It is now automatically moved to P3. If you are still affected by it, you
can comment and move it back to P2.
> 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: P3
>
> 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)