PyCharm doesn't recognize Buildout dependencie

2019-08-18 05:52发布

问题:

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: