[
https://issues.apache.org/jira/browse/BEAM-2011?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Valentyn Tymofieiev updated BEAM-2011:
--------------------------------------
Resolution: Resolved
Status: Resolved (was: Open)
> pip download errors
> -------------------
>
> Key: BEAM-2011
> URL: https://issues.apache.org/jira/browse/BEAM-2011
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Ahmet Altay
> Priority: P3
>
> Most likely transient errors in PyPI, we can consider adding a retry around
> these:
> (https://builds.apache.org/view/Beam/job/beam_PostCommit_Python_Verify/1910/consoleFull)
> Traceback (most recent call last):
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/basecommand.py",
> line 215, in main
> status = self.run(options, args)
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/commands/install.py",
> line 324, in run
> requirement_set.prepare_files(finder)
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/req/req_set.py",
> line 380, in prepare_files
> ignore_dependencies=self.ignore_dependencies))
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/req/req_set.py",
> line 620, in _prepare_file
> session=self.session, hashes=hashes)
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/download.py",
> line 821, in unpack_url
> hashes=hashes
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/download.py",
> line 667, in unpack_http_url
> _copy_file(from_path, download_dir, link)
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/download.py",
> line 614, in _copy_file
> display_path(download_location), ('i', 'w', 'b', 'a'))
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/utils/__init__.py",
> line 147, in ask_path_exists
> return ask(message, options)
> File
> "/home/jenkins/jenkins-slave/workspace/beam_PostCommit_Python_Verify/sdks/python/local/lib/python2.7/site-packages/pip/utils/__init__.py",
> line 158, in ask
> response = input(message)
> EOFError: EOF when reading a line
--
This message was sent by Atlassian Jira
(v8.3.4#803005)