错误显示:
原因:
环境中没有‘paddle’的python模块,但是您在尝试导入
解决方法:
1.普通方式安装:
pip install paddlepaddle #安装命令
2.镜像源安装文章来源:https://www.toymoban.com/news/detail-837444.html
pip install paddlepaddle -i https://pypi.tuna.tsinghua.edu.cn/simple/
补充:常用的镜像源文章来源地址https://www.toymoban.com/news/detail-837444.html
清华:https://pypi.tuna.tsinghua.edu.cn/simple/
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
华中科技大学:http://pypi.hustunique.com/simple/
上海交通大学:https://mirror.sjtu.edu.cn/pypi/web/simple/
豆瓣:http://pypi.douban.com/simple/
安装方式:
pip install <安装包> -i <镜像源>
例如: pip install numpy -i https://pypi.tuna.tsinghua.edu.cn/simple/
到了这里,关于解决:ModuleNotFoundError: No module named ‘paddle‘的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!