# Error installing PyPlot: The Python package mpl\_toolkits.mplot3d could not be found by pyimport

**URL:** https://discourse.julialang.org/t/error-installing-pyplot-the-python-package-mpl-toolkits-mplot3d-could-not-be-found-by-pyimport/6372
**Category:** General Usage
**Tags:** pyplot
**Created:** [October 10, 2017, 11:28am UTC](https://discourse.julialang.org/t/error-installing-pyplot-the-python-package-mpl-toolkits-mplot3d-could-not-be-found-by-pyimport/6372 "2017-10-10T11:28:44Z")
**Posts on this page:** 1
**Showing post:** 13

<div class="post-metadata">

### Author: ![stevengj](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stevengj/32/71_2.png) [@stevengj](https://discourse.julialang.org/u/stevengj)
#### Post date: [January 16, 2018, 5:50pm UTC](https://discourse.julialang.org/t/error-installing-pyplot-the-python-package-mpl-toolkits-mplot3d-could-not-be-found-by-pyimport/6372/13 "2018-01-16T17:50:44Z")

</div>

It looks like Anaconda no longer installs the `mpl_toolkits` module (which installs `mplot3d`) by default when you install `matplotlib`, at least on on some systems.

I just ran into this problem on Windows: I had to do `using Conda; Conda.add("basemap")` to install `mpl_toolkits`, which forced a downgrade of the numpy package.

Probably PyPlot should be updated to work (with 3d plotting disabled) if mplot3d is not available.

---

_[View the full topic](https://discourse.julialang.org/t/error-installing-pyplot-the-python-package-mpl-toolkits-mplot3d-could-not-be-found-by-pyimport/6372)._
