pypostal icon indicating copy to clipboard operation
pypostal copied to clipboard

Python bindings to libpostal for fast international address parsing/normalization

Results 46 pypostal issues
Sort by recently updated
recently updated
newest added

Hi All, I am trying to build pypostal on Windows and have successfully built the postal.lib but when I attempt to "pip install postal" I get this error. Any ideas...

Hi Team, I am using windows 11 and while I am running 'pip install pyPostal' on command prompt, getting below error No such file or directory: 'README.rst' kindly look into...

I am getting this error on macos M1 core and I have tried to compile the source code to regenerate the .so files. However, I am unable to resolve this...

Hello there, I want to install ```postal``` on an older version of python. Kindly guide me through the process.

The python package isn't installable if `libpostal` isn't separately installed on the system beforehand. That is quite unexpected for a python package wrapping a C-library.

I'm getting these error logs when I try to install postal on Fedora 34. I have installed libpostal ahead of time using: - git clone https://github.com/openvenues/libpostal - cd libpostal -...

``` building 'postal._near_dupe' extension gcc -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I/Users/rjurney/opt/anaconda3/envs/deep_discovery/include -arch x86_64 -I/Users/rjurney/opt/anaconda3/envs/deep_discovery/include -arch x86_64 -I/usr/local/opt/openjdk/include -I/usr/local/include -I/Users/rjurney/opt/anaconda3/envs/deep_discovery/include/python3.8 -c postal/pyneardupe.c -o build/temp.macosx-10.9-x86_64-3.8/postal/pyneardupe.o -std=c99 postal/pyneardupe.c:139:14: error:...

Hey guys, I'm getting the following issue trying to install a Python bind for libpostal on Wilndows 10 machine during running setup.py: "Cannot open include file: 'libpostal/libpostal.h': No such file...

This error appears randomly. Seems like it's memory leaks. ``` 31mERR[39m Averaged perceptron model could not be loaded [90m at address_parser_load (address_parser.c:205) [94merrno: Bad address[39m [31mERR[39m Error loading address parser...

hi @thatdatabaseguy , At @datamade, we are increasingly in need of a multinational version of [usaddress](https://github.com/datamade/usaddress). Now that libpostal has moved to a CRF model, it seems a little silly...