-
Notifications
You must be signed in to change notification settings - Fork 3k
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
'HTTPResponse' object has no attribute 'chunked' #5906
Comments
Arch Linux version of pip is unvendored, can you reproduce with a pristine copy of 18.0? |
I've tried 18.0 tag's
And it suddenly worked like a charm. It seems like it is a problem about |
Closing, don't hesitate to post the link to the matching Manjaro issue 👍 |
If people have this issue and found this on Google, you can do this for now. This will solve the issue temporarily. The problem is caused by cachecontrol and requests. cachecontrol uses requests as a dependency and it seems requests was updated and elnuno provided a PR to cachecontrol, but it is not merged yet, probably next release. However, since the problem totally breaks
This will fix the issue. However, as I said, you need to wait for new release to arrive. |
Please don't sudo install python packages, you're better of installing a pristine copy of pip in your user' site: $ wget -O - https://bootstrap.pypa.io/get-pip.py | python - --user And I would recommend doing the same with setuptools. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Environment
Description
pip
fails to fetch package saying thatHTTPResponse
instance has no attributechunked
.The error started to occur after trying to install rainbowstream, which happens to have older dependencies. I do not know if this is related to the referenced project. The installation of
rainbowstream
has failed due to older dependencies. When I checked the dependencies later on, I saw that the dependencies were not downgraded.I've seen the only instance on cachecontrol/#137 which is caused by
requests
. Doespip
userequests
?Expected behavior
Install any package like there's no tomorrow.
How to Reproduce
Try to install any package (you can even use
--upgrade
flag for existing ones). The error occurs.Output
The following output was generated by
sudo pip install pip --upgrade --verbose
in order to makepip
to connect to the internet.pip
is already on the latest release.The text was updated successfully, but these errors were encountered: