.env folde/file is not even getting created #5550
Replies: 4 comments
-
Programming is like a puzzle, you need to find the correct piece to be able to continue. Unlike a jigsaw puzzle you have a search function. Searching with the term But we live in 2024 and we have AI, so I asked ChatGPT:
The error "No module named 'environ'" indicates that Python cannot find the Here’s how to resolve the issue:
After performing these steps, try running your Django project again. If you continue to encounter issues, feel free to provide more details about your setup! If this solve the problem, please, close this issue. If not, let me know so I can help you further. |
Beta Was this translation helpful? Give feedback.
-
I've tried everything and gave it a really long time. I've been trying and
troubleshooting that for almost 1 month from now
, asking ai models , yt tutorials , books , asking my friends , trying
different machines etc ...
but all seems to lead to nothing .
The documentation does not seem to be well user friendly
something is really out of the ordinary .
and a lot of things are not clear from more than one version and all are
different to the problem of what comes 1st, problems the end or the
project and every time i need to install everything manually. and ain't the
end nothing works trust me when i say that i've literally tried
everything . I DID try everything and I'm just so frustrated . and wasted
my time on the project . so pls if u got any idea i really really need ur
help .
|
Beta Was this translation helpful? Give feedback.
-
Two things: The command should be: The -m argument means invoking a module called 'manage'. Be sure you are in the correct virtual environment. Second: follow the issue template so we know what kind of OS and python version you are on. |
Beta Was this translation helpful? Give feedback.
-
when i create a project its not being created with env folder or dir
as im just having the
import environ
ModuleNotFoundError: No module named 'environ'
error.
when i try to run the project with
python3 -m manage runserver
Beta Was this translation helpful? Give feedback.
All reactions