Looks like you need the Python requests library installed
(pip install requests). Having said this Pydap should take care of
this for you when installing Pydap proper.
| install_requires = [ | |
| 'numpy', | |
| 'Webob', | |
| 'Jinja2', | |
| 'docopt', | |
| 'six >= 1.4.0', | |
| 'beautifulsoup4' | |
| ] |
Can you open a GitHub issue [1] on this? I'll provide a fix there.