I can not install django framework on my pc. it showing " C:\Users\HomePC\AppData\Local\Programs\Python\Python312\python.exe: No module named pip"
When I try to install Django on my PC I get the following error message:
C:\Users\HomePC\AppData\Local\Programs\Python\Python312\python.exe: No module named pip
What am I doing wrong?
I have updated Python to the latest version, but that doesn't seem to help.
Either install pip (lookup instructions in docs) or update/add pip binary folder path in PATH variables (https://www.wikihow.com/Change-the-PATH-Environment-Variable-on-Windows).