tvalentyn commented on pull request #15472: URL: https://github.com/apache/beam/pull/15472#issuecomment-958518644
Looks like there are a few errors in the suites: ``` 2:32:13 > Task :sdks:python:test-suites:portable:py36:portableWordCountFlinkRunnerBatch FAILED 12:32:13 Traceback (most recent call last): 12:32:13 File "/usr/lib/python3.6/runpy.py", line 183, in _run_module_as_main 12:32:13 mod_name, mod_spec, code = _get_module_details(mod_name, _Error) 12:32:13 File "/usr/lib/python3.6/runpy.py", line 109, in _get_module_details 12:32:13 __import__(pkg_name) 12:32:13 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Commit/src/build/gradleenv/2022703440/lib/python3.6/site-packages/apache_beam/__init__.py", line 90, in <module> 12:32:13 import apache_beam.internal.pickler 12:32:13 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Commit/src/build/gradleenv/2022703440/lib/python3.6/site-packages/apache_beam/internal/pickler.py", line 31, in <module> 12:32:13 from apache_beam.internal import cloudpickle_pickler 12:32:13 File "/home/jenkins/jenkins-slave/workspace/beam_PreCommit_Portable_Python_Commit/src/build/gradleenv/2022703440/lib/python3.6/site-packages/apache_beam/internal/cloudpickle_pickler.py", line 49, in <module> 12:32:13 import cloudpickle 12:32:13 ModuleNotFoundError: No module named 'cloudpickle' ``` For this one, you need to add a dependency on `cloudpickle` in `setup.py` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
