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

pip install heatmappy #7

Open
amitcross opened this issue Jan 24, 2019 · 8 comments
Open

pip install heatmappy #7

amitcross opened this issue Jan 24, 2019 · 8 comments

Comments

@amitcross
Copy link

The following required packages can not be built:

  • freetype, png

screenshot 65

@GustaveCoste
Copy link

@amitcross could you explain if you solved this issue and how?

@amitcross
Copy link
Author

No that issue is not solved while installing from PIP but as a temporary solution I pasted entire Library to my Python folder

@amitcross amitcross reopened this May 27, 2019
@amitcross
Copy link
Author

freetype: no [The C/C++ header for freetype (ft2build.h)
could not be found. You may need to install the
development package.]
png: no [The C/C++ header for png (png.h) could not be
found. You may need to install the development
package.]

@alfredoandere
Copy link

I also have this problem.

@Locvic
Copy link

Locvic commented Sep 28, 2020

This is still a problem, haven't found a fix yet...

@aidanchandra
Copy link

Why was this closed? There's clearly no fix yet.

@lucaurso
Copy link

lucaurso commented Mar 9, 2021

I updated the requirements to
cycler==0.10 numpy==1.15.0 matplotlib==3.3.4

and ran the example and it works.

I am using python Python 3.7.6

I am not opening a PR as the project doesn't have any test and I haven't tested all features.

Check if it works in your case

@Locvic
Copy link

Locvic commented Mar 10, 2021

I updated the requirements to
cycler==0.10 numpy==1.15.0 matplotlib==3.3.4

and ran the example and it works.

I am using python Python 3.7.6

I am not opening a PR as the project doesn't have any test and I haven't tested all features.

Check if it works in your case

Just tried with Python 3.8.3 but it doesn't seem to work.
EDIT:

RuntimeWarning: Pillow does not yet support Python 3.8 and does not yet provide prebuilt Windows binaries. We do not recommend building from source on Windows.

It seems like Python3.8+ is not supported by Pillow yet. This should work on anything below, 3.8

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

6 participants