致命错误 C1083:无法打开包含文件:'atlbase.h' Pyinsane 程序包
Fatal Error C1083: Cannot open include file: 'atlbase.h' Pyinsane package
所以在从 here 下载 pyinsane 2.0.2 包并进入命令 window 后,我 运行 setup.py build
命令。但是每次我 运行 它,都会出现致命错误 C1083:
rawapi.cpp
src/pyinsane2/wia/rawapi.cpp(8): fatal error C 1083: Cannot open include file:
'atlbase.h':
no such file or directory
error: command 'C\Program Files (x86)\Microsoft Visual Studio\
Visual Studio\VC\Tools\MSVC\14.12.25827\bin\
HostX86\x86\cl.exe' failed with exit status 2
我知道这个问题以前曾多次以非常相似的方式被问到,但其中 none 个是关于 pyinsane 包或 atlbase.h 文件的,我正在处理。
如果我只是没有找到正确的问题,link 将不胜感激。
是的,我已经尝试过使用 #include <atlbase>
但它给了我同样的错误。
我在 Windows 8.1 和 MC VS 2017 上使用 python 3.6.3。
I know this question got asked in quite similar ways many times before, but none of them were about the pyinsane Package or the atlbase.h.
你真的搜索过解决方案吗? Google 中的第一次搜索尝试结果是第一个 link 到 C++ #include <atlbase.h> is not found
When running the Visual Studio Installer, select the Individual components tab, and under SDKs, libraries, and frameworks make sure Visual C++ ATL Support is selected.
所以在从 here 下载 pyinsane 2.0.2 包并进入命令 window 后,我 运行 setup.py build
命令。但是每次我 运行 它,都会出现致命错误 C1083:
rawapi.cpp
src/pyinsane2/wia/rawapi.cpp(8): fatal error C 1083: Cannot open include file:
'atlbase.h':
no such file or directory
error: command 'C\Program Files (x86)\Microsoft Visual Studio\
Visual Studio\VC\Tools\MSVC\14.12.25827\bin\
HostX86\x86\cl.exe' failed with exit status 2
我知道这个问题以前曾多次以非常相似的方式被问到,但其中 none 个是关于 pyinsane 包或 atlbase.h 文件的,我正在处理。 如果我只是没有找到正确的问题,link 将不胜感激。
是的,我已经尝试过使用 #include <atlbase>
但它给了我同样的错误。
我在 Windows 8.1 和 MC VS 2017 上使用 python 3.6.3。
I know this question got asked in quite similar ways many times before, but none of them were about the pyinsane Package or the atlbase.h.
你真的搜索过解决方案吗? Google 中的第一次搜索尝试结果是第一个 link 到 C++ #include <atlbase.h> is not found
When running the Visual Studio Installer, select the Individual components tab, and under SDKs, libraries, and frameworks make sure Visual C++ ATL Support is selected.