看到
ModuleNotFoundError: No module named ‘yaml’时,第一想法安装 " yaml" 。
当你执行完 :pip install yaml
你惊讶的发现:
ERROR: Could not find a version that satisfies the requirement yaml (from versions: none)
ERROR: No matching distribution found for yaml
口吐芬芳 @#@#@#@#%%X。。。
打开 Settings->Project->Project Interpreter
右边有个小 “ + ” 号
在出现的那个搜索栏里搜 “ yaml ”
提示了一个信息:no information available(就是没有找到呗)
但是,问题还是要解决:
再搜一下 " pyyaml "
surprise,居然有东西了
通过命令行来安装,输入 pip install pyyaml
问题应该解决了
如有改善的地方欢迎大家在下方留言交流