开始使用_飞桨-源于产业实践的开源深度学习平台 (paddlepaddle.org.cn)
命令行下:
python -m pip install --upgrade pip --user
python -m pip install paddlepaddle==2.6.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
报异常
ERROR: Could not install packages due to an OSError: [WinError 2] 系统找不到指定的文件。: 'C:\\Python311\\Scripts\\httpx.exe' -> 'C:\\Python311\\Scripts\\httpx.exe.deleteme'
解决方式:以管理员方式启动 终端
paddlenlp
参考:
开始使用_飞桨-源于产业实践的开源深度学习平台 (paddlepaddle.org.cn)
python --version
python -m ensurepip
python -m pip --version
python -c "import platform;print(platform.architecture()[0]);print(platform.machine())"
安装cpu版的
python -m pip install paddlepaddle==2.6.1 -i https://mirror.baidu.com/pypi/simple
安装paddlenlp
https://github.com/PaddlePaddle/PaddleNLP#%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B
python -m pip install --upgrade paddlenlp