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]
