背景
在安装Python3的时后,报错:ModuleNotFoundError: No module named '_ctypes'。
网上搜了一下,原因是缺乏libffi这个库。
libffi简介
官网:http://sourceware.org/libffi/
简介:the default, most-widely used implementation of the Python programming language uses libffi in the standard ctypes library.
安装
1. 安装libffi
#centos sudo yum install libffi-devel -y #Ubuntu sudo apt install libffi-dev -y
2. 重新编译安装python
sudo make clean sudo ./configure sudo make && sudo make install
这样重新安装的python3就不会有如上报错了~
传送门:2021最新测试资料&大厂职位
博主:测试生财(一个不为996而996的测开码农)
座右铭:专注测试开发与自动化运维,努力读书思考写作,为内卷的人生奠定财务自由。
内容范畴:技术提升,职场杂谈,事业发展,阅读写作,投资理财,健康人生。
csdn:https://blog.csdn.net/ccgshigao
博客园:https://www.cnblogs.com/qa-freeroad/
51cto:https://blog.51cto.com/14900374
微信公众号:测试生财(定期分享独家内容和资源)