我正在使用Python项目创建QR代码,但我需要为qrencode安装this库,而我无法在Windows上安装它。我已经尝试了一切:Cygwin,MinGW,Microsoft VC ++,但我无法在Windows上构建这个库。请关注使用Python26在Windows上安装它的正确方法来帮助我。
使用VC ++我收到this错误。
在我pip install qrencode
后,我得到:
C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\cl.exe /c /nologo /Ox /MD /W3 /GS- /DNDEBUG -IC:\Python27\include -IC:\Python27\PC /Tcqr_encode.c /Fobuild\temp.win-amd64-2.7\Release\qr_encode.obj
qr_encode.c
qr_encode.c(3) : fatal error C1083: Cannot open include file: 'qrencode.h': No such file or directory
error: command '"C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\BIN\amd64\cl.exe"' failed with exit status 2
如果我使用MinGW,它会要求安装越来越多的库。请告诉我安装qrencode库的正确方法,或者如果有人有构建版本,请与我分享以便我可以使用它。