PyCharm更新package结构,解决unresolved Reference问题

Pycharm在更新某个包文件后,interpreter不会自动更新skeleton,导致import刚安装的package的时候会出现“unresolved Reference”错误。

解决方案:在File-setting-python interpreter中进行操作:
在这里插入图片描述

参考

https://intellij-support.jetbrains.com/hc/en-us/community/posts/115000738804-How-to-update-skeletons-remote-interpreter?page=1#community_comment_115000623624

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章