Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

matplotlib installation instructions insufficient on Windows #204

Closed
minimaxir opened this issue Dec 29, 2015 · 3 comments
Closed

matplotlib installation instructions insufficient on Windows #204

minimaxir opened this issue Dec 29, 2015 · 3 comments

Comments

@minimaxir
Copy link

On Windows, the instruction to install matplotlib is:

pip install matplotlib

This will not work and will throw errors on a fresh installation.

rodeo

Per the installation instructions:

For standard Python installations you will also need to install compatible versions of setuptools, numpy, python-dateutil, pytz, pyparsing, and cycler in addition to matplotlib.

For Python 3.5 the Visual C++ Redistributable for Visual Studio 2015 needs to be installed. In case Python 2.7 to 3.4 are not installed for all users (not the default), the Microsoft Visual C++ 2008 ( 64 bit or 32 bit for Python 2.7 to 3.2) or Microsoft Visual C++ 2010 ( 64 bit or 32 bit for Python 3.3 and 3.4) redistributable packages need to be installed.

Matplotlib depends on Pillow for reading and saving JPEG, BMP, and TIFF image files. Matplotlib requires MiKTeX and GhostScript for rendering text with LaTeX. FFmpeg, avconv, mencoder, or ImageMagick are required for the animation module.

@minimaxir
Copy link
Author

From the blog post mentioned in the documentation:

pip install distribute

easy_install matplotlib

Doesn't work either. Hmm.

@glamp
Copy link
Contributor

glamp commented Feb 15, 2016

going to close since this seems like a "matplotlib sucking issue" rather than an issue w/ Rodeo

@glamp glamp closed this as completed Feb 15, 2016
@glamp
Copy link
Contributor

glamp commented Feb 15, 2016

also, matplotlib is no longer required (as of 1.3.0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants