当前位置 : 主页 > 编程语言 > python >

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

来源:互联网 收集:自由互联 发布时间:2022-08-15
原文链接 报错 使用pip安装模块,出现错误: c:\users\anaconda3\include\pyconfig.h(68): fatal error C1083: 无法打开包括文件: “io.h”: No such file or directory error: command 'C:\Program Files (x86)\Microsoft Visua

原文链接

报错

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

c:\users\anaconda3\include\pyconfig.h(68): fatal error C1083: 无法打开包括文件: “io.h”: No such file or directory

error: command 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\cl.exe' failed with exit status 2Command "C:\Users\Anaconda3\python.exe -u -c "import setuptools, tokenize;file='C:\Users\AppData\Local\Temp\pip-build-4u1qzucg\lmdb\setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record C:\Users\AppData\Local\Temp\pip-bcivjbyw-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 inC:\Users\AppData\Local\Temp\pip-build-4u1qzucg\lmdb\

原因:无法找到io.h文件。

解决办法

首先安装Windows 10 SDK

SDK下载地址:https://developer.microsoft.com/zh-cn/windows/downloads/windows-10-sdk

默认安装即可。

然后配置路径:右键我的电脑——属性——高级系统设置——环境变量——系统变量(s),在PATH中添加:

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

即可解决该问题。

  

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

代码的路

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

【文章出处:香港多ip站群服务器 http://www.558idc.com/hkzq.html提供,感恩】
上一篇:python之sort与sorted函数的区别
下一篇:没有了
网友评论