PyCharm does not recognize modules installed in development mode

后端 未结 8 1507
猫巷女王i
猫巷女王i 2020-12-14 00:37

I have two pure python projects in PyCharm 3.4.1 Professional Edition. The first one, let\'s call it p (like package), is structured as a setuptools package (i.

8条回答
  •  粉色の甜心
    2020-12-14 01:22

    Sort of workaround that worked for me:

    Open both projects in PyCharm in the same window (workspace). Now open up the settings window, and under "Project -> Project Depencies" you can now select that project s depends on project p. Imports and autocompletion will now work fine.

提交回复
热议问题