From a98b839742b4e1cdf4336b2dc48dcdc7510b6852 Mon Sep 17 00:00:00 2001 From: Shaquib Imdad <36896950+shaquibimdad@users.noreply.github.com> Date: Wed, 21 Apr 2021 00:31:54 +0530 Subject: [PATCH] ubuntu 20.04 pip fix --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index f6513ecfe..1538eb818 100755 --- a/setup.sh +++ b/setup.sh @@ -7,9 +7,9 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then sudo pacman -S --needed unace unrar zip unzip p7zip sharutils uudeview arj cabextract file-roller dtc xz python-pip brotli lz4 gawk libmpack aria2 #aur=rar else - sudo apt install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller device-tree-compiler liblzma-dev python-pip brotli liblz4-tool gawk aria2 + sudo apt install unace unrar zip unzip p7zip-full p7zip-rar sharutils rar uudeview mpack arj cabextract file-roller device-tree-compiler liblzma-dev python3-pip brotli liblz4-tool gawk aria2 fi - pip install backports.lzma protobuf pycrypto + pip3 install backports.lzma protobuf pycrypto elif [[ "$OSTYPE" == "darwin"* ]]; then brew install protobuf xz brotli lz4 aria2 pip install backports.lzma protobuf pycrypto