generator icon indicating copy to clipboard operation
generator copied to clipboard

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

Open wuhua666 opened this issue 3 years ago • 1 comments

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

wuhua666 avatar Dec 19 '22 03:12 wuhua666

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

fearlessfe avatar Dec 26 '22 05:12 fearlessfe