安装MySQL workbench(可视化工具)、MySQL shell(命令行工具)、Connector for Java / Python / C / C++ / Net(连接器)、MySQL for Excel时候,需预装 Microsoft Visual C++ 2015 Redistributable Update 3 (x64/x86)。
解决Python第三方库安装过程的报错问题。
Python2.7版本报错如下:
error: Microsoft Visual C++ 9.0 is required.
安装文件为: VCForPython27.msi
Python3.6版本报错如下:
error: Microsoft Visual C++ 14.0 is required.
安装文件为: Microsoft Visual C++ 14.0.exe
Microsoft Visual Studio Installer Projects 2022的vsix文件
原链接:https://marketplace.visualstudio.com/items?itemName=VisualStudioClient.MicrosoftVisualStudio2022InstallerProjects