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

Python3 devel requirement #3

Closed
jcubic opened this issue Jun 14, 2018 · 6 comments
Closed

Python3 devel requirement #3

jcubic opened this issue Jun 14, 2018 · 6 comments

Comments

@jcubic
Copy link

jcubic commented Jun 14, 2018

The readme needs updating with this requirement if you don't install python devel it will fail to compile because of missing Python.h file.

@SeanHayes
Copy link
Contributor

Is it Pillow that fails to compile? What platform are you on?

@jcubic
Copy link
Author

jcubic commented Jun 14, 2018

I've lost my console output, because I've run the app in the same terminal. I'm on Fedora. invoking

sudo dnf isntall python3-devel

solved the problem.

@jcubic
Copy link
Author

jcubic commented Jun 14, 2018

I can remove the package and see what's failing if you want.

@SeanHayes
Copy link
Contributor

Does your Python env have wheel support? If so I think pip should install a precompiled version of Pillow, if not, then it'll try to compile from source.

@jcubic
Copy link
Author

jcubic commented Jun 15, 2018

How can I test this? I've called pip3 install --user wheel and it was installed.

@SeanHayes
Copy link
Contributor

It'll be hard to untangle the cause now that everything is installed. I'll add a note to the README that python-dev/python-devel may be required.

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