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
There is no requests.packages.urllib3.response package in request 2.2.1, they use urllib3.response.HTTPResponse for HTTP response data.
The text was updated successfully, but these errors were encountered:
Hi!
I believe this is the same issue as #148?
Request still bundles urllib3 (https://github.com/kennethreitz/requests/blob/master/requests/packages/urllib3/response.py), but Debian modifies the package to use the system wide urllib3 instead. It's been fixed in master. A work-around for you could be to install locust within a virtualenv.
Closing, but feel free to re-open if it doesn't solve your problem.
Sorry, something went wrong.
Hi, fixed using virtualenv :)
Yup, i checked the requests packages module removed in my system dist-packages.
Thank you.
No branches or pull requests
There is no requests.packages.urllib3.response package in request 2.2.1, they use urllib3.response.HTTPResponse for HTTP response data.
The text was updated successfully, but these errors were encountered: