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

问题背景:
想看函数源码,但是anaconda搭的虚拟环境(需要用的另一个环境的包,其实正正常情况下一个环境用一个环境的包就行了,但是博主总是能搞出一些奇奇怪怪的不同寻常的操作),一开始创建工程的时候没有把外部库的路径引入。然后一直报:connot find declaration to go to

解决方法:
File -> settings -> Project Interpreter -> show all(小齿轮)
然后点右边最下面的show path…
pycharm ctrl+点击无法跳转问题(connot find declaration to go to)_第1张图片
然后点右上角的“+”添加路径
pycharm ctrl+点击无法跳转问题(connot find declaration to go to)_第2张图片

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

你可能感兴趣的:(经典代码报错,pycharm)