添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
乐观的煎鸡蛋  ·  GoogleColab修改python版本_ ...·  17 小时前    · 
个性的大海  ·  Google ...·  17 小时前    · 
朝气蓬勃的李子  ·  java - Caused by: ...·  1 年前    · 
寂寞的警车  ·  neo4j java ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

So after downloading the pyinsane 2.0.2 package from here and going in to the command window, I ran the setup.py build command. But everytime I run it, the fatal Error C1083 comes up:

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

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 file, I'm dealing with. If I just haven't found the right question, a link to it woukd be much appreciated.

And yes, I have already tried just using #include <atlbase> but it gave me the same error. I am using python 3.6.3 on Windows 8.1 with MC VS 2017.

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.

Had you really searched the solution? The first search attempt in Google results the first link to 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.