paddlepaddle编译依赖

ubuntu

可参考这篇文章
ubuntu

mac

期间作者有遇到过自己的操作系统和xcode过老,怎么编译都报错的情况,所以还是建议开始一切操作之前,请确保你的操作系统和xcode是最新版本。

首先更新你的brew

brew update

golang

brew install go

protobuf

brew install protobuf

boost

brew install boost

更新pip

pip install --upgrade pip

分别安装numpy和wheel

pip install numpy
pip install wheel

你可能感兴趣的:(paddlepaddle编译依赖)