ross / requests-futures

Asynchronous Python HTTP Requests for Humans using Futures
Other
2.11k stars 152 forks source link

Installation error #16

Closed slh012 closed 10 years ago

slh012 commented 10 years ago

Ubuntu 14.04 64 bit python 2.7

/usr/bin/pip run on Thu Aug 7 10:44:12 2014 Downloading/unpacking requests-futures Getting page https://pypi.python.org/simple/requests-futures/ URLs to search for versions for requests-futures:

ross commented 10 years ago

that seems to be a problem in the upstream dependency, futures. requests-futures just requires any version of the futures library so something's going awry with pip on that system. i'm sitting at a box with the same specs as you and it installs fine here. you might try updating pip or something like that. sorry i can't be of more help. the futures maintainers may know more.