赞
踩
在原有的conda环境下直接安装paddlenlp库会报出setuptools等一连串错误,解决方案是可以参考github上的paddlenlp库的issue,有人已经给出了解决方案
所以只能重新创建一个conda环境
conda create -n my_paddlenlp python=3.7
conda activate my_paddlenlp
conda install paddlepaddle --channel https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/Paddle/
python -m pip install paddlepaddle -i https://mirror.baidu.com/pypi/simple
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。