Record a previously encountered problem:
After installing the Pycharm, it is found that
Found through the Internet, in fact, is not installed Pip and setuptools, in fact, Python3 is the default installation of Pip, so the final solution is to my current Python uninstall after reinstalling
https://www.python.org/downloads/release/python-370/:
After downloading according to their own needs to install the line, so after installation, should be automatically configured environment variables, if not configured, the installation path in the path of the scripts to put into the path system variable.
Second question:
After installing Python, the following error is reported when you type Python into cmd:
Learn through the Web:
1. Remove C:\Windows\SysWOW64 's Api-ms-win-crt-runtime-l1-1-0.dll
2. Reinstall Api-ms-win-crt-runtime-l1-1-0.dll (In fact this is VC redit.exe inside)
VC is a program: VC Redit.exe
Links: https://www.microsoft.com/zh-cn/download/details.aspx?id=48145
The specific operation can be referred to:
1.https://jingyan.baidu.com/article/574c52196eed496c8d9dc1be.html
2.78814676
Python3api-ms-win-crt-runtime-l1-1-0.dll Lost Solution