Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

[BUG] - <Mac os run> #1

Open
pullghjunkkk opened this issue Aug 9, 2024 · 0 comments
Open

[BUG] - <Mac os run> #1

pullghjunkkk opened this issue Aug 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pullghjunkkk
Copy link

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

@pullghjunkkk pullghjunkkk added the bug Something isn't working label Aug 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant