CYB3RMX / Qu1cksc0pe

All-in-One malware analysis tool.
GNU General Public License v3.0
1.24k stars 176 forks source link

Error: >rich< module not found. #39

Closed Th3Heavy closed 9 months ago

Th3Heavy commented 9 months ago

hello, i get an error when i want to use.

my command to install: git clone https://github.com/CYB3RMX/Qu1cksc0pe.git bash setup.sh sudo python qu1cksc0pe.py --install

error: Error: >rich< module not found.

Requirement already satisfied: rich in /home/ben/.local/lib/python3.11/site-packages (from -r requirements.txt (line 4)) (13.7.0)

ben@BEN:~/Qu1cksc0pe$ python --version Python 3.11.1

Linux BEN 5.15.133.1-microsoft-standard-WSL2 #1 SMP Thu Oct 5 21:02:42 UTC 2023 x86_64 GNU/Linu DEBIAN 11.6

CYB3RMX commented 9 months ago

Hey there!

It seems the python modules are installed and available only your normal privileged user. In the installation phase you need to execute the following command sudo pip3 install -r requirements.txt

This command will install necessary modules for your root user.

For further questions feel free to keep in touch.

Th3Heavy commented 9 months ago

i have run this command but i get: Exigence déjà satisfaite : riche en /home/ben/.local/lib/python3.11/site-packages (à partir de -r Requirements.txt (ligne 4)) (13.7.0)

i will installed a new VM to try kali. So close this ticket. thanks

CYB3RMX commented 9 months ago

No problem. You can also use Qu1cksc0pe from docker.