libpostal icon indicating copy to clipboard operation
libpostal copied to clipboard

Make error 127 when installing libpostal on Windows 10 64-bit

Open djmurphy420 opened this issue 5 years ago • 4 comments

Hi!

I am trying to install libpostal on a Windows 10 machine (64-bit). I got all the way through the process up until make install, where it failed with (make) Error 127. It appears to have created the compiled dll and a number of application files are under /src/.libs. A screenshot of the terminal at the point of failure provides the gory details. The directory /d/libpostal was created, and /d has over 160 Gb of free space. The screenshot shows that the directory is writable.

image

What do I need to do to get this working? I have a lot of address cleaning to do :)

Thanks in advance for your kind help.

djmurphy420 avatar Feb 21 '20 01:02 djmurphy420

Having the same issue, did you get around this error?

tsnork avatar Mar 12 '20 10:03 tsnork

You need to replace libpostal.def with a version containing additional exports

see this thread https://github.com/openvenues/pypostal/issues/23#issuecomment-519164156

w0pr avatar Mar 13 '20 05:03 w0pr

I have the same issue in #485 but I am trying to install on a Windows 2008 Server OS

michaelg-baringa avatar Mar 13 '20 07:03 michaelg-baringa

if you are looking for an unofficial python binding in windows, please use this python package. It can work very well in windows

https://github.com/selva221724/pypostalwin

alt text

selva221724 avatar Apr 11 '22 06:04 selva221724