📌  相关文章
📜  错误:kiwisolver 构建轮子失败 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:44.801000             🧑  作者: Mango

代码示例1
sudo apt-get install python-dev #For Python 2.x use
sudo apt-get install libffi-dev #For Python 2.7 use:
sudo apt-get install python3-dev #For Python 3.x use

#or for a specific version of Python 3, replace x with the minor version in
sudo apt-get install python3.x-dev