websploit icon indicating copy to clipboard operation
websploit copied to clipboard

can't install via git

Open protaxY opened this issue 4 years ago • 1 comments

root@protaxy-ASUS-Gaming-FX570UD:~# git clone https://github.com/websploit/websploit.git Cloning into 'websploit'... remote: Enumerating objects: 114, done. remote: Counting objects: 100% (114/114), done. remote: Compressing objects: 100% (77/77), done. remote: Total 189 (delta 44), reused 96 (delta 26), pack-reused 75 Receiving objects: 100% (189/189), 1.28 MiB | 1.32 MiB/s, done. Resolving deltas: 100% (65/65), done. root@protaxy-ASUS-Gaming-FX570UD:~# cd websploit root@protaxy-ASUS-Gaming-FX570UD:~/websploit# python setup.py install Traceback (most recent call last): File "setup.py", line 3, in from setuptools import setup, find_packages ImportError: No module named setuptools

protaxY avatar Jun 26 '20 11:06 protaxY

try: pip install setuptools

eeblocks avatar Aug 11 '20 19:08 eeblocks