This issue has been raised before but not resolved for Windows 10 users as far as i can tell.
I am trying to install impala-shell for python but it is failing when trying to install sasl 0.2.1. It fails due to "fatal error C1083: Cannot open include file: 'sasl/sasl.h': No such file or directory"
There are several other resolutions which suggest using "apt-get install libsasl2-dev" - but this is not possible on windows, which instead has a folder python/include for header files.
Has anyone found a solution for this?