之前Linux内置的版本是3.5,自己重装了个3.6,估计因此要重装依赖包。
按照所需版本安装:
For Python 2.x use:
$ sudo apt-get install python-dev
For Python 2.7 use:
$ sudo apt-get install libffi-dev
For Python 3.x use:
$ sudo apt-get install python3-dev
For Python 3.4 use:
$ sudo apt-get install python3.4-dev
For Python 3.5 use:
$ sudo apt-get install python3.5-dev
For Python 3.6 use:
$ sudo apt-get install python3.6-dev