This repository was archived by the owner on Oct 22, 2024. It is now read-only.
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
[BUG] - <Mac os run> #1
Open
Description
Bug Description
(venv) paulchikkkk@842d3e mastf % python3 manage.py runserver
Traceback (most recent call last):
File "/Users/paulchikkkk/mastf/manage.py", line 11, 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 "/Users/paulchikkkk/mastf/manage.py", line 22, in
main()
File "/Users/paulchikkkk/mastf/manage.py", line 13, in main
raise ImportError(
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?
(venv) paulchikkkk@842d3e mastf %
Reproduction steps
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
Logs
(venv) paulchikkkk@842d3e mastf % python3 manage.py runserver
Traceback (most recent call last):
File "/Users/paulchikkkk/mastf/manage.py", line 11, 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 "/Users/paulchikkkk/mastf/manage.py", line 22, in <module>
main()
File "/Users/paulchikkkk/mastf/manage.py", line 13, in main
raise ImportError(
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?
(venv) paulchikkkk@842d3e mastf %
Browsers
No response