We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After installing via pip3 and even after installing deps from py3-requirements.txt I got the following:
py3-requirements.txt
dirhunt https://www.aaa.net/ --proxies tor Welcome to Dirhunt v0.6.0 using Python 3.7.4 [ERROR] https://www.aaa.net/ (Missing dependencies for SOCKS support.) [ERROR] https://www.aaa.net/forums/posts/1471313/ (Missing dependencies for SOCKS support.) [ERROR] https://www.aaa.net/forums/posts/6369600/ (Missing dependencies for SOCKS support.)
I fixed by running pip3 install 'urllib3[socks]' (on macOS). Maybe worth mentioning at least in the docs?
pip3 install 'urllib3[socks]'
The text was updated successfully, but these errors were encountered:
Yes, it is not in the documentation. I will add it, thanks 👍
Sorry, something went wrong.
Issue #72: Missing dependencies for SOCKS support.
c015930
Nekmo
No branches or pull requests
After installing via pip3 and even after installing deps from
py3-requirements.txt
I got the following:I fixed by running
pip3 install 'urllib3[socks]'
(on macOS). Maybe worth mentioning at least in the docs?The text was updated successfully, but these errors were encountered: