HADOOP-19063. [thirdparty] Fix the docker image setuptools-scm && lazy-object-proxy. #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Jira
JIRA: HADOOP-19063. [thirdparty] Fix the docker image setuptools-scm && lazy-object-proxy.
Describe
When compiling the docker-image, I found that the Dockerfile failed to execute pip install setuptools-scm && pip install lazy-object-proxy. This is because setuptools-scm && lazy-object-proxy has been upgraded many times and currently no longer supports python2.7.
setuptools-scm
https://pypi.org/project/setuptools-scm/#history
lazy-object-proxy
https://pypi.org/project/lazy-object-proxy/#history
I have consulted the release history lists of setuptools-scm and lazy-object-proxy, and I have found two versions that can be successfully installed. I have tested these two versions and confirmed that they can be installed properly and function correctly.