在取消选中检查时,PyCharm会出现代码兼容性错误

时间:2018-05-16 09:15:05

标签: python pycharm

所以目前我得到了:

Python 3.5 does not support variable type annotations

使用Python 3.6时。 Python 3.5安装在我的系统上,但我的Pytho解释器设置为3.6,我的Django控制台显示:

Python 3.6.3 (default, Mar 7 2018, 09:30:28)

此外,我甚至在默认和项目特定设置中都关闭了Python -> Code兼容性检查。

为什么我可能仍然会收到错误?

0 个答案:

没有答案