BIGTOP-3364: Leverage pip3/python3 to install setuptools#646
Merged
JunHe77 merged 1 commit intoapache:masterfrom Jun 23, 2020
Merged
BIGTOP-3364: Leverage pip3/python3 to install setuptools#646JunHe77 merged 1 commit intoapache:masterfrom
JunHe77 merged 1 commit intoapache:masterfrom
Conversation
setuptools could not be installed by pip/pip2 on Ubuntu-16.04/18.04 and centos-7. From https://packaging.python.org/tutorials/installing-packages/#requirements-for-installing-packages, it suggests to leverage python3/pip3 to install setuptools package. Change-Id: I42b6eb483d3f0e66637e6fc6bbd1fa6eb0a4e60c Signed-off-by: Yuqi Gu <yuqi.gu@arm.com>
Contributor
|
+1, I confirmed that your PR works at least for CentOS 7 and 8, and Ubuntu 18.04 on an x86_64 machine, using |
Contributor
|
Merged. Thanks for the patch, @guyuqi . |
Contributor
|
LGTM. +1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
setuptools could not be installed by pip/pip2 on Ubuntu-16.04/18.04 and centos-7.
From https://packaging.python.org/tutorials/installing-packages/#requirements-for-installing-packages, it suggests to leverage python3/pip3 to install setuptools package.