From 79b64894184bfac4461c5b0b0f59eb2ad805bae0 Mon Sep 17 00:00:00 2001 From: Shoham Chakraborty Date: Thu, 15 Jun 2023 17:14:37 +0800 Subject: [PATCH] Install as user --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index fa6fb776a2..6babf6ec69 100755 --- a/make.sh +++ b/make.sh @@ -539,7 +539,7 @@ pkg_install_rust() { pkg_install_web3_deps() { _fold_start "pkg-install-solc" - python3 -m pip install py-solc-x web3 + python3 -m pip install --user py-solc-x web3 python3 -c 'from solcx import install_solc;install_solc("0.8.20")' _fold_end }