Ubuntu + pip + Python3 + CPU版本 PaddlePaddle 安装
生活随笔
收集整理的這篇文章主要介紹了
Ubuntu + pip + Python3 + CPU版本 PaddlePaddle 安装
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
需要確認您的 Ubuntu 14.04/16.04/18.04 是 64 位操作系統
確認您需要安裝 PaddlePaddle 的 Python 是您預期的位置,因為您計算機可能有多個 Python
which python3根據您的環境您可能需要替換本說明中所有命令行中的 python3 為 python ,或者替換為具體的 Python 路徑)
同時檢查 Python 3 的版本,確認是 3.5.1+/3.6/3.7:
python3 --version確認 Python 有對應的 pip,檢查 Python 對應的 pip 的版本,確認是 9.0.1+:
python3 -m ensurepip python3 -m pip --version確認 Python 和 pip 是 64 bit,并且處理器架構是x86_64架構,目前PaddlePaddle不支持arm64架構
下面的兩個命令分別輸出的是 “64bit” 和 “x86_64” 即可:
python3 -c "import platform;print(platform.architecture()[0]);print(platform.machine())"執行以下命令安裝(使用清華源):
python3 -m pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple使用 python3 進入python解釋器,輸入import paddle.fluid ,再輸入 paddle.fluid.install_check.run_check()。
如果出現 Your Paddle Fluid is installed succesfully!,說明您已成功安裝。
總結
以上是生活随笔為你收集整理的Ubuntu + pip + Python3 + CPU版本 PaddlePaddle 安装的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Linux 搜狗输入法 候选字乱码
- 下一篇: The directory '*' or