Fix Python.h: No way to file or directory errors

Source: Internet
Author: User

Http://www.cnblogs.com/yuxc/archive/2012/05/13/2498019.html

————————————————————————————————————————————————————————

Installing Eventlet on the lab's Ubuntu machine today, an error occurred while installing the dependency package Greenlet, and a compilation error occurred.

The error is as follows:

In file included from greenlet.c:5:0: greenlet.h:8:20: Fatal error: Python.h: No file or directory compile interrupts.

Error:setup script exited with Error:command ' GCC ' failed with exit status 1

The workaround is to install Python-dev, which is the Python header file and the static library package:

sudo apt-get install Python-dev

——————————————————————————————————————————————————————————————

Installing the JDK

sudo apt-get install OPENJDK-7-JDK

Fix Python.h: No way to file or directory errors

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.