How do I use installed packages in PyCharm?

后端 未结 13 1606
暗喜
暗喜 2020-11-22 16:20

In PyCharm, I\'ve added the Python environment /usr/bin/python. However,

from gnuradio import gr

fails as an unde

13条回答
  •  孤街浪徒
    2020-11-22 16:27

    Add path in PyCharm 2017

    File -> Settings (or Ctrl+Alt+S) -> Project -> Project Interpreter

    Show all

    Select bottom icon on the right side

    Click on the plus button to add new path to your module

提交回复
热议问题