Hi Kalinga, On 01/12/2020 22.49, Gregory kalinga wrote:
I faced a problem in installing django. It tells meĀ unable to create process using 'C:\Users\KALINGA Gregory\Desktop\prog\project-name\scripts\python.exe -m pop install Django'. I do not know what to do then, am asking for help
You will have a much better chance of getting help in the future if you try to include some more details in your question.
Remember, no one here has any idea what you are trying to achieve, what your setup is, what errors you are getting etc.
In this case though, it seems like it's a simple typo. It should be "pip" not "pop", so:
"python -m pip install Django" This is referring to the Package Installer for Python btw.: https://pypi.org/project/pip/ Which you most likely want to learn about sooner or later. Best of luck learning Python (and Django). Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e50f19d7-6c5e-8602-9081-4397e1e5b466%40stacktrace.dk.