AttributeError: module ‘yaml‘ has no attribute ‘warning‘

时间:2024-03-21 13:50:17

代码中有yaml.warnings({'YAMLLoadWarning': False})
运行代码的时候出现AttributeError: module ‘yaml’ has no attribute ‘warning’ 错误
解决方法:直接在你的编译环境的目录下进行安装新的模块
比如说我的解释器为下图:
AttributeError: module ‘yaml‘ has no attribute ‘warning‘
file——setting,然后步骤如上图
知道了解释器的文件及之后,直接使用cmd命令行(可以直接在电脑旁边的搜索框里输入cmd)
首先,进入上图解释器的文件夹中
AttributeError: module ‘yaml‘ has no attribute ‘warning‘
然后输入命令(使用清华镜像速度更快)
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --ignore-installed PyYAML
完成。