美文网首页
paddlepaddle编译依赖

paddlepaddle编译依赖

作者: sweetsky0901 | 来源:发表于2017-11-27 10:24 被阅读0次

    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编译依赖

          本文链接:https://www.haomeiwen.com/subject/wgyrbxtx.html