Files missing
Either im missing something or theres files missing, first of python -m hdi1.web doesnt work because it says Error while finding module specification for 'hdi1.web' (ModuleNotFoundError: No module named 'hdi1'), then if you install flawless on a linux system with zero errors it still wont work, then theres the missing config so the thing crashes before you get to do anything.
Add to that not a single link to it being used on this site works, that kinda tells you something, no ones got it to work
That doesn't make sense, if you did pip install hdi1 --no-build-isolation
then why would the module not exist?
Maybe your pip command is different from your module python path? (i.e. pip is pointing to one python, while the actual python is pointing to a different one)