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

Please provide matplotlib #334

Closed
alansaul opened this issue Feb 8, 2013 · 4 comments
Closed

Please provide matplotlib #334

alansaul opened this issue Feb 8, 2013 · 4 comments

Comments

@alansaul
Copy link

alansaul commented Feb 8, 2013

Hello, a few months ago issue #217 requested numpy and matplotlib to be installed, I have noticed that indeed numpy and scipy are now installed and I can import them with no issue, but I don't seem to be able to import matplotlib. My project is in a virtualenv and has use system packages enabled.

Let me know if there is anything I can do to help.

Alan

@ericholscher
Copy link
Member

Should be there now. At least I apt-get installed it. It still appears to have issues building on the system for some reason from pip though.

@eteq
Copy link
Contributor

eteq commented Mar 11, 2013

I saw the same problem building matplotlib before realizing from this issue that it's now a system package. From the logs there, I think the failure came from libfreetype2 not having headers (maybe also libpng). So if you apt-get the dev versions of those packages, it may work in pip even without ''--use-system-packages''

@wraithan
Copy link
Contributor

I am more in favor of just using it as a system package than trying to make it able for others to build for now. C packages are the most prone to breakage due to needing older/newer versions of other -dev packages so using the system version is simpler.

@tvansteenburgh
Copy link

Which version of matplotlib is installed? My project requires v1.1.1, so it's attempting to pip install it even though i'm using system site packages. The build fails due to missing headers. Would you guys be willing to:

apt-get install libfreetype6-dev libpng-dev

? WIth those two pkgs installed, the build would succeed.

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

5 participants