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

Pip3 wheel install failure - gcc error building ruamel.yaml.clib #5

Open
khakhilev opened this issue Mar 31, 2021 · 1 comment
Open

Comments

@khakhilev
Copy link

Since #4 was fixed pip3 wheel installations goes further but fails with some python compilation error building ruamel.yaml.clib
There's a line in log which I thought suggested "wheel package" could help:
Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed.
But the error is the same wheel package installed.

I attach 2 log files
no wheel log.txt - error as it is in installation
wheel log.txt - error if I run pip3 install wheel in cygwin
no wheel log.txt
wheel log.txt

@khakhilev khakhilev changed the title Pip3 wheel install failure Pip3 wheel install failure - gcc error building ruamel.yaml.clib Mar 31, 2021
@nijave
Copy link
Owner

nijave commented Apr 30, 2021

  _ruamel_yaml.c:4:10: fatal error: Python.h: No such file or directory
      4 | #include "Python.h"
        |          ^~~~~~~~~~

means it's missing python-devel package (python header files)

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