After command pip install mpl_toolkits
I receive next error:
Could not find a version that satisfies the requirement mpl_toolkits (from versions: )
No matching distribution found for mpl_toolkits
I tried to google, but nothing helps. How can I solve this?
It is not on PyPI and you should not be installing it via
pip
. If you havematplotlib
installed, you should be able to importmpl_toolkits
directly:if anyone has a problem on Mac, can try this
It doesn't work on Ubuntu 16.04, it seems that some libraries have been forgotten in the python installation package on this one. You should use package manager instead.
Solution
Uninstall matplotlib from pip then install it again with apt-get
python 2:
python 3: