提问者:小点点

“ImporTerror:无法导入姜戈”,即使在Virtualenv中拥有姜戈


我正在尝试运行一个老项目的姜戈,但我是geeting错误,像不能导入姜戈。 我已经激活了我的VirtualEnv。

Traceback (most recent call last):
  File "manage.py", line 10, in main
    from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "manage.py", line 21, in <module>
    main()
  File "manage.py", line 16, in main
    ) from exc
ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?

文件夹映像


共1个答案

匿名用户

请确保激活了正确的虚拟环境。 如果在虚拟环境中安装了django,则可以通过Django--version查看版本。如果没有,则表示未安装django