WeblogicScan icon indicating copy to clipboard operation
WeblogicScan copied to clipboard

报错,请问该工具是运行在python几版本下的

Open uuuuuuzeus opened this issue 4 years ago • 3 comments

Building wheel for fake-useragent (setup.py) ... error ERROR: Command errored out with exit status 1: command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-crLfxT/fake-useragent/setup.py'"'"'; file='"'"'/tmp/pip-install-crLfxT/fake-useragent/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-pmvAoj
cwd: /tmp/pip-install-crLfxT/fake-useragent/
Complete output (6 lines):
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help

error: invalid command 'bdist_wheel'

ERROR: Failed building wheel for fake-useragent Running setup.py clean for fake-useragent Failed to build fake-useragent Installing collected packages: fake-useragent, urllib3, certifi, idna, requests Running setup.py install for fake-useragent ... done Successfully installed certifi-2020.11.8 fake-useragent-0.1.11 idna-2.10 requests-2.23.0 urllib3-1.25.11 root@kali:/home/kali/myTools/weblogic_scan/WeblogicScan_tools_1# python2.7 WeblogicScan.py -u 124.95.133.164 -p 7001 Traceback (most recent call last): File "WeblogicScan.py", line 12, in from config.config_banners import banner ImportError: No module named config.config_banners

uuuuuuzeus avatar Nov 21 '20 00:11 uuuuuuzeus