📌  相关文章
📜  错误:命令“x86_64-linux-gnu-g++”失败,退出状态为 1 --------------------------------- ------- 错误:OpenEXR 的构建轮失败 - Python 代码示例

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

代码示例1
with Python 3, you'll need

sudo apt-get install python3 python-dev python3-dev \
     build-essential libssl-dev libffi-dev \
     libxml2-dev libxslt1-dev zlib1g-dev \
     python-pip

with Python 2, you'll need

sudo apt-get install python-dev  \
     build-essential libssl-dev libffi-dev \
     libxml2-dev libxslt1-dev zlib1g-dev \
     python-pip