Python.h missing from Ubuntu 12.04
问题 I am very new to python.I installed an openflow controller on my Linux PC (Ubunutu 12.04) called RYU using: sudo pip install ryu I was trying to run a python file using ryu-manager as shown below. sudo ryu-manager simple_switch.py Traceback (most recent call last): File "/usr/local/bin/ryu-manager", line 19, in <module> import gevent ImportError: No module named gevent Then I tried to install gevent using: sudo pip install gevent gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall