Still having problems if getting environment up and running. I had to explicitly call python3.6 .
(env) xaun@BLOCKY:~/crypto_signal$ /usr/bin/python3.6 crypto_signal/manage.py runserver
Traceback (most recent call last):
File "crypto_signal/manage.py", line 8, in
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 "crypto_signal/manage.py", line 14, in
) 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?
Still having problems if getting environment up and running. I had to explicitly call python3.6 .
(env) xaun@BLOCKY:~/crypto_signal$ /usr/bin/python3.6 crypto_signal/manage.py runserver Traceback (most recent call last): File "crypto_signal/manage.py", line 8, in
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 "crypto_signal/manage.py", line 14, in
) 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?