接上一篇:https://blog.youkuaiyun.com/SPESEG/article/details/102496501
直接用的给的命令
python3 -m pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple
竟然成功了,卧槽,哎呦,可以啊。有点不可思议哈。
>>> import paddle.fluid
>>> paddle.fluid.install_check.run_check()
Running Verify Fluid Program ...
Your Paddle Fluid works well on SINGLE GPU or CPU.
Your Paddle Fluid works well on MUTIPLE GPU or CPU.
Your Paddle Fluid is installed successfully! Let's start deep Learning with Paddle Fluid now
但是别用下面的方法,不可行