python - 安装 Python 3.6.3 - 我的 Win8Pro64 位计算机缺少 "api-ms-win-crt-runtime-l1-1-0.dll"

标签 python powershell installation

操作系统:具有最新更新的 Windows 8 64 位。

目标:以管理员身份使用 Powershell 运行 Python.exe。

我已经更改了包含脚本的路径,但是当我尝试打开 Python 时,我收到错误代码。我在安装过程中收到同样的错误。

api-ms-win-crt-runtime-l1-1-0.dll is missing from my computer.

我将如何解决这个问题。

最佳答案

此错误通常是由于缺少 Visual C++ Redistributable 引起的,这是在 Windows 计算机上安装 Python 所必需的依赖项。

要成功安装 Python,请从 here 下载 Visual C++ Redistributable并安装它并重新启动系统。

安装后,您就可以安装 Python。

链接:Visual C++ Redistributable

关于python - 安装 Python 3.6.3 - 我的 Win8Pro64 位计算机缺少 "api-ms-win-crt-runtime-l1-1-0.dll",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46988775/

相关文章:

linux - 如何创建像 debian 安装程序一样简单的命令行 UI?

node.js - 我如何知道 Angular 7.1.4 是否已正确安装?

python - 将 pip 包安装到 $HOME 文件夹

python - 如何迭代地将 np.arrays 写入 csv?

Powershell比较两个对象属性

powershell - Powershell:复制文件,同时从每个写入的文件中剥离ReadOnly

python - 随机选择: how can I get a weighted presentation for x trials?

python - 替换每列特定值的更快方法,python

powershell - 无法在递归复制期间排除文件夹

Android 将代码分成包