wsvuls
wsvuls copied to clipboard
Hashlib error from requirements.txy
I get error when try to install
ERROR: Command errored out with exit status 1:
command: /usr/local/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-guzowh0l/hashlib_5921cc231cec43f9902b9a0986439a7a/setup.py'"'"'; file='"'"'/tmp/pip-install-guzowh0l/hashlib_5921cc231cec43f9902b9a0986439a7a/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(file) if os.path.exists(file) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-j460p1z2
cwd: /tmp/pip-install-guzowh0l/hashlib_5921cc231cec43f9902b9a0986439a7a/
Complete output (6 lines):
Traceback (most recent call last):
File "
Make sure python3 is installed in your system and you should use python version 3
python3 wsvuls.py -u [URL]
because wsvuls
is fully compatible with python version 3
hashlib is included in the python3 standard library. This tool's container uses python3-alpine for the base image and the python version is "3.10.2". I referred to the "3.10.x" series documents and I could find hashlib in the standard library part.
So I think that we simply remove the hashlib statement in the "requirements.txt" file, how is it?
Me to, faced the same issue. also i have remove hashlib from req,txt