PyCharm does not recognize modules installed in development mode

后端 未结 8 1529
猫巷女王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:15

    The problem could be your interpreter path. Check where the interpreter is pointing to. In most cases it is ~/PycharmProjects/trials/venv/bin/python and this could be pointing to a python bath installed as part of Pycharm

    Change the softlink of python to your /usr/bin/python path and things should work fine

提交回复
热议问题