Django error on startproject

Fatal error in launcher: Unable to create process using ‘“c:\python38\python.exe” “C:\Python38\Scripts\django-admin.exe” startproject emojifier’

I’m getting this error. when I do django-admin startproject emojifier.

Hello Shivam, have you downloaded all the files related to the django ?? And use virtualenv if you are not using it.
And pls upgrade your packages may be your python version is get outdated. Use python3 and pip3 for running and installations.