Pycharm error Django is not importable in this environment

前端 未结 17 1401
情话喂你
情话喂你 2021-02-01 13:00

I\'m getting the following errors in Pycharm.

Error: Django is not importable in this environment

It used to work well but I moved t

17条回答
  •  青春惊慌失措
    2021-02-01 13:11

    I got the same issue on OS X, and to fix it, I had to use an absolute path for the project interpreter

    /Users/myself/Projects/... is ok ~/Projects/... was not working

提交回复
热议问题