Hi there,
I am having trouble installing and utilising MSYS2 to download the boost library due to my work proxy, so instead I have performed a git clone of the libpostal library into my C:\Workbench folder.
However, when I try to run the initial steps to configure the model by passing the White House address, it gives me a FileNotFoundError in “C:\Workbench\libpostal\src\address_parser.exe”.
I had a look into the repo and there are two “address_parser” files, but one is “.c” and the other “.h” extension.
Have I downloaded the repo incorrectly? Is there a way to fix this without relying on MSYS2?