如何在 windows 沙箱中安装 python2.7?
How can I install python2.7 in the windows sandbox?
安装程序在 windows 沙箱中总是失败,因为它无法安装 Visual C++ Redistributable:An error occurred during the installation of assembly 'Microsoft.VC90.CRT,version="9.0.30729.1"
我试过了
不幸的是,我有一个依赖于 python2.7 的软件。有什么方法可以让沙盒中的 python2.7 变为 运行?
较新版本的 windows 沙箱未暴露此行为,因此看起来这是沙箱中的错误。
安装程序在 windows 沙箱中总是失败,因为它无法安装 Visual C++ Redistributable:An error occurred during the installation of assembly 'Microsoft.VC90.CRT,version="9.0.30729.1"
我试过了
不幸的是,我有一个依赖于 python2.7 的软件。有什么方法可以让沙盒中的 python2.7 变为 运行?
较新版本的 windows 沙箱未暴露此行为,因此看起来这是沙箱中的错误。