Skip to content
New issue

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

RequestsDependencyWarning when using the script on a freshly built Kali vm on Azure #12

Open
api0cradle opened this issue Oct 4, 2019 · 1 comment

Comments

@api0cradle
Copy link
Contributor

You get this error message:
/usr/lib/python2.7/dist-packages/requests/init.py:91: RequestsDependencyWarning: urllib3 (1.25.6) or chardet (3.0.4) doesn't match a supported version!
RequestsDependencyWarning)

The fix for me was to run the following command:
pip install --upgrade requests

@ghost
Copy link

ghost commented Jan 20, 2021

same issue (diffrent line number) fixed on kali with above solution and install of pyenv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant