From ff29fc4bd03cb82e08b30af7405658241eb34d8f Mon Sep 17 00:00:00 2001 From: Nitan Alexandru Marcel Date: Thu, 20 May 2021 10:59:40 +0300 Subject: [PATCH] Fix pip packages wheel --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index f6513ecfe..a83a91f09 100755 --- a/setup.sh +++ b/setup.sh @@ -9,8 +9,8 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then 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 fi - pip install backports.lzma protobuf pycrypto + pip install wheel backports.lzma protobuf pycrypto elif [[ "$OSTYPE" == "darwin"* ]]; then brew install protobuf xz brotli lz4 aria2 - pip install backports.lzma protobuf pycrypto + pip install wheel backports.lzma protobuf pycrypto fi