Pycharm error Django is not importable in this environment

前端 未结 17 1402
情话喂你
情话喂你 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:23

    I finally found the error. The problem was that one folder name in the virtualenv path had an accent.

    This is the old path:

    /Users/plorenzo/../telefónica/gestorSchools/venv
    

    This is the new one that works:

    /Users/plorenzo/../telefonica/gestorSchools/venv
    

提交回复
热议问题