pycharm ctrl+点击无法跳转问题(connot find declaration to go to)

问题背景:
想看函数源码,但是anaconda搭的虚拟环境(包都装在了envs目录下),一开始创建工程的时候没有把外部库的路径引入。然后一直报:connot find declaration to go to
解决方法:
File -> settings -> Project Interpreter -> show all(小齿轮)
然后点右边最下面的show path…
pycharm ctrl+点击无法跳转问题(connot find declaration to go to)
然后点右上角的“+”添加路径
pycharm ctrl+点击无法跳转问题(connot find declaration to go to)

我的包的路径在“anaconda3/envs/环境名/Lib/site-package下,所以把这个加进去就可以了
pycharm ctrl+点击无法跳转问题(connot find declaration to go to)
然后一直点ok,回去就可以跳转到源码了
pycharm ctrl+点击无法跳转问题(connot find declaration to go to)

上一篇:【深度学习】【TensorFlow程序报错】【cuDNN】Failed to get convolution algorithm


下一篇:tensorboard ImportError: DLL load failed: 找不到指定的模块。