首页 > 代码库 > 丢失api-ms-win-crt-runtime-l1-1-0.dll的一系列问题。

丢失api-ms-win-crt-runtime-l1-1-0.dll的一系列问题。


    起因是安装Python 3.6后,打开失败提示丢失api-ms-win-crt-runtime-l1-1-0.dll。查询文档后发现需下载visual c++ redistributable 2015,并安装.net4.6(视乎不是必须的)。

    成功安装.net4.6后,visual c++ redistributable 2015安装失败,进度条卡住,看日志并查询文档,将其下载到目录C://programdate/Package Cache的Windows8.1-KB2999226-x64删除(保留原有的)。

    之后断网重新安装visual c++ redistributable 2015,成功。

    成功打开Python 3.6

丢失api-ms-win-crt-runtime-l1-1-0.dll的一系列问题。