1. 程式人生 > >centos 編譯python3.7.0 報錯ModuleNotFoundError: No module named '_ctypes'

centos 編譯python3.7.0 報錯ModuleNotFoundError: No module named '_ctypes'

平臺:CentOS7
先安裝以下依賴

yum -y groupinstall "Development tools"
yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel
yum install libffi-devel -y
m