AI智能
改变未来

关于PyCharm 的 cannot find declaration to go to

转载@xcgkyn  大佬的回复

pycharm 使用command +B无法跳转接口定义, 提示 cannot find declaration to go to

 

首先按这个方法解决:

1 .确保打开目录为工程目录,不要打开上一级文件夹

2 .确保pycharm要绑定python解释器 File –> default Setting –> Project interpreter 选择/usr/bin/python 可能还需要安装其他package  

3.如果还有问题,你可以看一下你pycharm或者python的安装路径有没有中文,有时候安装路径有中文是无法识别的。

4.最后确定一下环境变量是不是都配置好了。

赞(0) 打赏
未经允许不得转载:爱站程序员基地 » 关于PyCharm 的 cannot find declaration to go to