PyCharm doesn't recognize Buildout dependencies

旧巷老猫 提交于 2019-12-11 19:42:48

问题


I have a fairly simple project with Buildout and Django and have imported it into PyCharm. However, even after enabling Buildout support in the project settings, PyCharm complains that it can't find Django. The project, when built from Buildout, works just fine, but PyCharm is not seeing it as a Buildout project properly.

Any ideas on how to fix this?


回答1:


This probably is a problem because you do not have your interpreters set out straight. Check to see that you have all the dependencies installed. This picture can demonstrate:



来源:https://stackoverflow.com/questions/18324744/pycharm-doesnt-recognize-buildout-dependencies

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!