写代码的时候需要导入一个模块, configparser, 但是导入后就有波浪线提示,说python2.7没有对应的模块.
如下截图:
网络上有同样的问题: pyCharm writes "python version 2.7 doesn't have module pathlib" while project interpreter is set to 3.5.2. (mac os high sierra)
有回答说是编辑器勾选了检测模块匹配的问题, 解决方案就是取消勾选对应的版本.
回答截图: