0
  • 聊天消息
  • 系統(tǒng)消息
  • 評(píng)論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示

pip安裝時(shí) fatal error C1083 無法打開包括文件 “io.h” No such file or directory

jf_96884364 ? 來源:代碼的路 ? 作者:代碼的路 ? 2023-01-12 11:24 ? 次閱讀

原文鏈接

報(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):

[代碼的路]

聲明:本文內(nèi)容及配圖由入駐作者撰寫或者入駐合作網(wǎng)站授權(quán)轉(zhuǎn)載。文章觀點(diǎn)僅代表作者本人,不代表電子發(fā)燒友網(wǎng)立場(chǎng)。文章及其配圖僅供工程師學(xué)習(xí)之用,如有內(nèi)容侵權(quán)或者其他違規(guī)問題,請(qǐng)聯(lián)系本站處理。 舉報(bào)投訴
  • 編程
    +關(guān)注

    關(guān)注

    88

    文章

    3637

    瀏覽量

    93924
  • python
    +關(guān)注

    關(guān)注

    56

    文章

    4807

    瀏覽量

    84975
收藏 人收藏

    評(píng)論

    相關(guān)推薦

    在ubuntu 24.04下嘗試使用riscv64-linux-musleabi_for_x86_64-pc-linux-gnu工具鏈編譯cv1800大核出現(xiàn)報(bào)錯(cuò)的原因?

    /rikka/rt-thread/include/rttypes.h:21:10: fatal error: sys/types.h: No such
    發(fā)表于 07-16 08:20

    workbench生成代碼出現(xiàn)fatal error stm32cubemx5.2.0.analyticsserver.xml:1:1:premature end of file什么原因?

    st workbench生成代碼出現(xiàn)fatal error stm32cubemx5.2.0.analyticsserver.xml:1:1:premature end of file什么原因
    發(fā)表于 07-03 08:14

    esp32s3芯片在esp-idf上編譯報(bào)錯(cuò),無法導(dǎo)入內(nèi)置庫是什么原因呢?

    C:/Users/cheng/workspace/blu-test/components/ble_user/ble_user.c:16:10: fatal error: esp_wif
    發(fā)表于 06-27 07:05

    安裝cryptography文件時(shí),其依賴程序cffi安裝失敗,為什么?

    -c \'import setuptools, tokenize;__file__=\'\"\'\"\'/tmp/pip-install-hwG5QJ/cffi/setup.py
    發(fā)表于 06-26 06:38

    esp-idf\\examples\\system\\himem編譯報(bào)錯(cuò)怎么解決?

    esp-idfexamplessystemhimem編譯報(bào)錯(cuò), esp-idf/examples/system/himem/main/himem_test_main.c:18:26: fatal error: esp32/spi
    發(fā)表于 06-26 06:23

    在MSYS32上面搭建IDF2.1版本,在hello_world文件夾中輸入命令make menuconfig報(bào)錯(cuò)了,為什么?

    included from zconf.tab.c:2419: 10.zconf.lex.c:1076:10: fatal error: wordexp.
    發(fā)表于 06-21 15:56

    esp32在.h文件中添加部分頭文件時(shí),編譯通不過,為什么?

    添加仍然是報(bào)錯(cuò)的: ../components/Robert_BLE/include/Robert_handle.h:4:10: fatal error: nvs_flash.h
    發(fā)表于 06-20 08:12

    esp32c3在別的.c文件用微妙函數(shù)ets_delay_us(20)函數(shù)報(bào)錯(cuò)怎么解決?

    =implicit-function-declaration] ets_delay_us(DELAY_us); 我添加頭文件也報(bào)錯(cuò),../main/motor.c:4:10: fatal er
    發(fā)表于 06-20 07:46

    IDF.PY編譯時(shí)提示找不到iostream怎么解決?

    ../main/main.c:29:../main/rt/RTNeural/Model.h:6:10: fatal error: iostream: No such
    發(fā)表于 06-19 06:36

    在模版工程中新建了一個(gè)目錄components,在這個(gè)目錄中新建了.c和.h文件文件中有包含idf的庫文件,為什么找不到?

    內(nèi)容如下:fatal error: drivermcpwm_prelude.h: No such file or directory 7
    發(fā)表于 06-06 07:43

    無法將blob文件下載到evb,為什么?

    **************************************************** ** ERROR: WLAN: could not download clm_blob file ** FATAL
    發(fā)表于 05-27 08:17

    使用STM32H743添加rtthread nano pack包會(huì)少board.h文件如何解決?

    (14): error:#5: cannot open source input file \"board.h\": No such file or
    發(fā)表于 03-22 07:50

    CubeIDE添加自己的.c和.h文件就報(bào)錯(cuò)的原因?

    : sch51.h: No such file or directory 2.make: *** [Core/Src/subdir.mk:34: Core/Src/main.o] Error
    發(fā)表于 03-21 06:04

    STM32H7的工程出現(xiàn)找不到rtconfig.h的錯(cuò)誤如何解決?

    : fatal error: rtconfig.h: No such file or directory 20 | #include |
    發(fā)表于 03-05 07:12

    在Linux中運(yùn)行QT項(xiàng)目報(bào) error: GLES2/gl2.h: No such file or directory這個(gè)錯(cuò)誤

    在Linux中安裝的QT5.7.0中運(yùn)行QT項(xiàng)目,結(jié)果報(bào) error: GLES2/gl2.h: No such file or directory
    發(fā)表于 02-23 09:25