当前位置:网站首页>pip install fatal error C1083 cannot open include file "io.h" No such file or directory
pip install fatal error C1083 cannot open include file "io.h" No such file or directory
2022-08-10 17:48:00 【the way of code】
Error
Using pip to install the module, an error occurred:
c:\users\anaconda3\include\pyconfig.h(68): fatal error C1083: cannot open include file: "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 2
Command “C:\Users\Anaconda3\python.exe -u -c “import setuptools, tokenize;file='C:\Users\AppData\Local\Temp\pip-build-4u1qzu
cg\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 in
C:\Users\AppData\Local\Temp\pip-build-4u1qzucg\lmdb\
Reason: The io.h file could not be found.
Solution
Install the Windows 10 SDK first
SDK download address: https://developer.microsoft.com/zh-cn/windows/downloads/windows-10-sdk
It can be installed by default.
Then configure the path: right click on my computer - properties - advanced system settings - environment variables - system variable(s), add in PATH:
C:\Program Files (x86)\Windows Kits\10\Include\\ucrt This problem can be solved.
Learn more programming knowledge, please pay attention to my public account:
边栏推荐
猜你喜欢
随机推荐
R语言使用ggpubr包的ggbarplot函数可视化柱状图、设置add参数为mean_se和jitter可视化不同水平均值的柱状图并为柱状图添加误差线(se标准误差)和抖动数据点分布
【燃】是时候展现真正的实力了!一文看懂2022华为开发者大赛技术亮点
BalsnCTF2021
PS2手柄通讯协议解析—附资料和源码「建议收藏」
本周四晚19:00知识赋能第六期第5课丨OpenHarmony WiFi子系统
神经网络的图像识别技术,神经网络识别图像原理
skywalking vulnerability learning
leetcode:159.最多有两个不同字符的最长子串
aliexpress API 接入说明
MogDB学习笔记-从2开始(MogHA)
JWT 实现登录认证 + Token 自动续期方案
烟雾、空气质量、温湿度…自己徒手做个环境检测设备
shopee API 接入说明
mysql主主复制+keepalived高可用
node环境变量配置,npm环境变量配置
【硬件架构的艺术】学习笔记(4)流水线的艺术
The DGIOT platform displays the whole process code analysis of OPC reporting data in real time
redis分布式锁
3 年 CRUD 从 8K 涨到 28K,谁知道这4个月我到底经历了什么?
Mysql索引、事务与存储引擎








