Python.h missing from Ubuntu 12.04

后端 未结 4 857
情书的邮戳
情书的邮戳 2020-12-04 18:34

I installed an openflow controller on my Ubuntu 12.04 called RYU using:

 sudo  pip install ryu

I was trying to run a python file using ryu-ma

4条回答
  •  北荒
    北荒 (楼主)
    2020-12-04 19:19

    Install gevent directly - sudo apt-get install python-gevent.

提交回复
热议问题