報(bào)錯(cuò)
使用pip安裝模塊,出現(xiàn)錯(cuò)誤:
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
默認(rèn)安裝即可。
然后配置路徑:右鍵我的電腦——屬性——高級(jí)系統(tǒng)設(shè)置——環(huán)境變量——系統(tǒng)變量(s),在PATH中添加:
C:\\Program Files (x86)\\Windows Kits\\10\\Include\\\\ucrt
即可解決該問題。
學(xué)習(xí)更多編程知識(shí),請(qǐng)關(guān)注我的公眾號(hào):
[代碼的路]
-
編程
+關(guān)注
關(guān)注
88文章
3637瀏覽量
93924 -
python
+關(guān)注
關(guān)注
56文章
4807瀏覽量
84975
發(fā)布評(píng)論請(qǐng)先 登錄
相關(guān)推薦
評(píng)論