Can't install KBQA due to package hdt installation error

Hello!
I try to install KBQA model on Windows 10 according the documentation http://docs.deeppavlov.ai/en/master/features/models/kbqa.html
python -m deeppavlov install kbqa_cq
While installing the dependency hdt == 2.3 is required. But installing the hdt 2.3 it gets an error:

BitSequence.cpp
hdt-cpp-1.3.3/libcds/include/libcdsBasics.h(27): fatal error C1083: ЌҐ г¤ Ґвбп ®вЄалвм д ©« ўЄ«о祭ЁҐ: sys/resource.h: No such file or directory,
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio 14.0\\VC\\BIN\\x86_amd64\\cl.exe' failed with exit status 2

I have MS Build Tools installed, specifically
MSVC 140 build tool C++ VS 2015 (ver 14.00)
MSVC 141 build tool C++ VS 2017 (ver 14.16)
SDK for Windows 10 (10.0.18362)
There is no .whl for hdt unfortunately. And it will not be due to project repository of hdr is archived.

  1. Does anybody have .whl for hdt package?
  2. How to solve the error above? Maybe to additionally install something to MS BuildTools? It is better to understand the way to solve because it may be the same issues with another packages during KBQA installation.

Hello! This error was discussed in https://stackoverflow.com/questions/63254036/why-does-cygwin-use-visaul-studio-buildtools-instead-of-gcc

Hi!
Thats’s my question on stackoverflow…
Are you deeppavlov developer? Don’t you use KBQA on Windows?

Yes, I am DeepPavlov developer. Thank you for this issue, we are going to fix the problem soon.

I suggest launching KBQA on Ubuntu.