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

Error for requests version 2.2.1 #154

Closed
sakti opened this issue May 12, 2014 · 2 comments
Closed

Error for requests version 2.2.1 #154

sakti opened this issue May 12, 2014 · 2 comments

Comments

@sakti
Copy link

sakti commented May 12, 2014

There is no requests.packages.urllib3.response package in request 2.2.1, they use urllib3.response.HTTPResponse for HTTP response data.

@heyman
Copy link
Member

heyman commented May 12, 2014

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.

@heyman heyman closed this as completed May 12, 2014
@sakti
Copy link
Author

sakti commented May 12, 2014

Hi, fixed using virtualenv :)

Yup, i checked the requests packages module removed in my system dist-packages.

Thank you.

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

2 participants