How do I use installed packages in PyCharm?

后端 未结 13 1588
暗喜
暗喜 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

    On Project Explorer, you can right click on the folder where the module is contained and set as 'Source'.

    It will be parsed in the Index for code completion as well as other items.

提交回复
热议问题