安装paddle 出错

安装paddle 出错

      • 问题
      • 重装

问题

  • ERROR: Could not find a version that satisfies the requirement paddlepaddle
  • 原因电脑安装的python是64位

重装

  • 卸载python(最好删掉之前的缓冲文件)
  • 安装python3.7,window64位、Windows x86-64 executable installer
  • 添加镜像
    pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
  • 更新pip
    python -m pip install --upgrade pip
  • 记录一下自己安装的包
pip install numpy
python -m pip install -U matplotlib
pip install pandas
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple

你可能感兴趣的:(python)