pip安装时 fatal error C1083: 无法打开包括文件: “”: No such file or directory

时间:2025-04-03 09:33:07

原文链接

使用pip安装模块,出现错误: 

    c:\users\anaconda3\include\(68): fatal error C1083: 无法打开包括文件: “”: No such file or directory
    error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\' failed with exit status 2

    ----------------------------------------
Command "C:\Users\Anaconda3\ -u -c "import setuptools, tokenize;__file__='C:\\Users\\AppData\\Local\\Temp\\pip-build-4u1qzu
cg\\lmdb\\';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record C:
\Users\AppData\Local\Temp\pip-bcivjbyw-record\ --single-version-externally-managed --compile" failed with error code 1 in
 C:\Users\AppData\Local\Temp\pip-build-4u1qzucg\lmdb\

无法找到文件。

解决办法:

方法1:右键我的电脑——属性——高级系统设置——环境变量——系统变量(s),在PATH中添加:

C:\Program Files (x86)\Windows Kits\10\Include\<version>\ucrt

方法2:安装Windows 10 SDK

学习更多编程知识,请关注我的公众号:代码的路