brianmacy

Results 17 comments of brianmacy

If it is the same issue as with SSE, it is likely just random. It will only error if it crosses a page boundary into an area not allocated for...

I only see 2GB for the parser (which is all I use). I suspect the user must be doing more than that to get to 6GB.

What are you running in the container that you expect to be running? libpostal itself is just a library.

% gcc -v Apple clang version 14.0.3 (clang-1403.0.22.14.1) Target: arm64-apple-darwin22.5.0 Thread model: posix InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Here is exactly what I did and make check succeeds: ``` brew install curl autoconf...

Run `file /Users/varunpawar/.pyenv/versions/3.8.13/lib/python3.8/site-packages/postal/_parser.cpython-38-darwin.so` Then the same on the python executable that you are running. It looks like the postal binaries that you installed with pip are Intel x86_64 and your...

I believe the latest Senzing alternative model handles that. {"CITY":["LOS ANGELES"],"HOUSE_NUMBER":["777"],"LEVEL":["41ST FLOOR"],"POSTCODE":["90017"],"ROAD":["S FIGUEROA ST"],"STATE":["CA"]}

Let me know how the Senzing model goes.