Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

试了3个环境,都报这个错,电脑上python2和3都安装了 #184

Open
wuhua666 opened this issue Dec 19, 2022 · 1 comment
Open

Comments

@wuhua666
Copy link

No match for argument: python-pip
Package openssl-1:1.1.1k-5.el8_5.x86_64 is already installed.
Package curl-7.61.1-22.el8.x86_64 is already installed.
Package which-2.21-16.el8.x86_64 is already installed.
Error: Unable to find a match: python-pip
./install.sh: line 129: pip: command not found
./install.sh: line 130: pip: command not found
/usr/bin/which: no python in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
python and pip is not same version
python -V, get version => line
./install.sh: line 145: -V: command not found
pip -V, get version => not
./install.sh: line 147: not: command not found

@fearlessfe
Copy link

install.sh 第 109 行,改成 python3-pip
sudo apt-get -y install python3-pip curl openssl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants