原文链接
报错
使用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 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\\
原因:无法找到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\\\\ucrt
即可解决该问题。
学习更多编程知识,请关注我的公众号:
[代码的路]
声明:本文内容及配图由入驻作者撰写或者入驻合作网站授权转载。文章观点仅代表作者本人,不代表电子发烧友网立场。文章及其配图仅供工程师学习之用,如有内容侵权或者其他违规问题,请联系本站处理。
举报投诉
相关推荐
st workbench生成代码出现fatal error stm32cubemx5.2.0.analyticsserver.xml:1:1:premature end of file什么原因
发表于 07-03 08:14
C:/Users/cheng/workspace/blu-test/components/ble_user/ble_user.c:16:10: fatal error: esp_wif
发表于 06-27 07:05
-c \'import setuptools, tokenize;__file__=\'\"\'\"\'/tmp/pip-install-hwG5QJ/cffi/setup.py
发表于 06-26 06:38
included from zconf.tab.c:2419:
10.zconf.lex.c:1076:10: fatal error: wordexp.
发表于 06-21 15:56
添加仍然是报错的:
../components/Robert_BLE/include/Robert_handle.h:4:10: fatal error: nvs_flash.h
发表于 06-20 08:12
=implicit-function-declaration]
ets_delay_us(DELAY_us);
我添加头文件也报错,../main/motor.c:4:10: fatal er
发表于 06-20 07:46
../main/main.c:29:../main/rt/RTNeural/Model.h:6:10: fatal error: iostream: No such
发表于 06-19 06:36
内容如下:fatal error: drivermcpwm_prelude.h: No such file or directory
7
发表于 06-06 07:43
****************************************************
** ERROR: WLAN: could not download clm_blob file
** FATAL
发表于 05-27 08:17
(14):
error:#5: cannot open source input file \"board.h\": No such file or
发表于 03-22 07:50
: sch51.h: No such file or directory
2.make: *** [Core/Src/subdir.mk:34: Core/Src/main.o] Error
发表于 03-21 06:04
: fatal error: rtconfig.h: No such file or directory
20 | #include
|
发表于 03-05 07:12
在Linux中安装的QT5.7.0中运行QT项目,结果报 error: GLES2/gl2.h: No such file or directory
发表于 02-23 09:25
/bm168x_examples/inference/bmutility/bmutility_types.h:43:10: fatal error: opencv2/opencv.hpp: No such
发表于 01-10 07:35
在Linux系统中,Vi是一种文本编辑器,它可以用来创建和编辑文件。如果你遇到了无法打开并写入文件的问题,可能是由于以下几个原因: 权限问题:请确保你对所需操作的
发表于 11-28 15:10
•3058次阅读
评论