It is not on PyPI and you should not be installing it via pip. If you have matplotlib installed, you should be able to import mpl_toolkits directly:
$ pip install --upgrade matplotlib
...
$ python
>>> import mpl_toolkits
>>>
It is not on PyPI and you should not be installing it via pip. If you have matplotlib installed, you should be able to import mpl_toolkits directly:
$ pip install --upgrade matplotlib
...
$ python
>>> import mpl_toolkits
>>>