美文网首页
安装问题:Microsoft Visual c++ 2015-2

安装问题:Microsoft Visual c++ 2015-2

作者: 晏阳智观IPsolar | 来源:发表于2021-12-03 20:00 被阅读0次

    Microsoft Visual c++ 2015-2019 redistributable 安装失败 0x8007015e

    该问题导致TORCH无法安装运行。
    导入torch报错torch\lib\asmjit.dll
    进而导致TRF的model无法运行,在安装模型后,也会导致SPACY3.2无法import
    解决方案:
    1、到微软官网下载对应版本的安装包
    2、将文件夹C:\ProgramData\Package Cache删除,或右键安全赋予完全权限
    3、安装高版本的vcredist 安装包
    Microsoft Visual C++ Redistributable Latest Supported Downloads
    https://docs.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

    相关文章

      网友评论

          本文标题:安装问题:Microsoft Visual c++ 2015-2

          本文链接:https://www.haomeiwen.com/subject/dhsmxrtx.html