我正在嘗試運行一個舊的 Django 項目,但出現無法導入 Django 之類的錯誤。我已經激活了我的 virtualenv。(venv) shivam@shivam-Inspiron-3542:~/grappus-olx/grappus-olx/src$ python3 manage.py runserver File "manage.py", line 10, in main from django.core.management import execute_from_command_lineModuleNotFoundError: 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 excImportError: 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?
“導入錯誤:無法導入 Django。” 即使在 Virtualenv 中有 Django
幕布斯7119047
2023-03-01 16:49:51