From 0cf4ee1731232b6683505a1dd74cb33e64b8596e Mon Sep 17 00:00:00 2001 From: Tamas K Lengyel Date: Mon, 30 Sep 2024 19:07:37 -0400 Subject: [PATCH] Add setuptools to install.sh through pip --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 2220862e6..8038adaec 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -125,7 +125,7 @@ apt-get --quiet --yes install python3-pip python3-venv python3 -m venv /opt/volatility3 source /opt/volatility3/bin/activate -pip3 install wheel construct pefile +pip3 install wheel construct pefile setuptools cd /opt/volatility3 python3 setup.py build python3 -m pip install .