[
https://issues.apache.org/jira/browse/BEAM-8551?focusedWorklogId=475654&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-475654
]
ASF GitHub Bot logged work on BEAM-8551:
----------------------------------------
Author: ASF GitHub Bot
Created on: 28/Aug/20 03:01
Start Date: 28/Aug/20 03:01
Worklog Time Spent: 10m
Work Description: tvalentyn commented on pull request #12714:
URL: https://github.com/apache/beam/pull/12714#issuecomment-682297914
Pip checks passed:
```
19:02:13 Step 18/22 : RUN pip check
19:02:13 ---> Running in 466f5c740a77
19:02:13 No broken requirements found.
```
in one instance TF download failed.
```
18:55:16 Collecting tensorflow==2.2.0
18:55:16 Downloading tensorflow-2.2.0-cp38-cp38-manylinux2010_x86_64.whl
(516.3 MB)
18:55:16 ERROR: Exception:
18:55:16 Traceback (most recent call last):
18:55:16 File
"/usr/local/lib/python3.8/site-packages/pip/_vendor/urllib3/response.py", line
437, in _error_catcher
...
18:55:16 ConnectionResetError: [Errno 104] Connection reset by peer
```
Switching TF 2.2.0-> TF 2.3.0, new version is smaller in size.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 475654)
Time Spent: 2h 20m (was: 2h 10m)
> Beam Python containers should include all Beam SDK dependencies, and not have
> conflicting dependencies
> ------------------------------------------------------------------------------------------------------
>
> Key: BEAM-8551
> URL: https://issues.apache.org/jira/browse/BEAM-8551
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Valentyn Tymofieiev
> Assignee: Valentyn Tymofieiev
> Priority: P1
> Time Spent: 2h 20m
> Remaining Estimate: 0h
>
> Checks could be introduced during container creation, and be enforced by
> ValidatesContainer test suites. We could:
> - Check pip output or status code for incompatible dependency errors.
> - Remove internet access when installing apache-beam in the container, to
> makes sure all dependencies are installed.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)