You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
You need to download the bundle from Google drive and copy that to c drive not your repo. Because the python binding will look for a path from c drive to execute the .exe file in the bundle.
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?
The text was updated successfully, but these errors were encountered: