I want to use pyhive/phys2 library. I installed pyhive, but when I use it in a program I get an Import error:No sasl module found
. So I pip installed sasl. Then I am getting:
sasl/saslwrapper.cpp(247) : fatal error C1083: Cannot open include file: 'stdint.h': No such file or directory
error: command 'C:\Users\Imdad\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\VC\Bin\amd64\cl.exe' failed with exit status 2
I tried finding a solution but nothing is helping. I am using Python 2.7 and HDP 2.5 sandbox on Windows 10.
Any help?