cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
cancel
Showing results for 
Search instead for 
Did you mean: 

Using libpostal in Databricks

NC
New Contributor III

Hi,

I am trying to work on address parsing and would like to use libpostal in Databricks.

I have used the official python bindings: GitHub - openvenues/pypostal: Python bindings to libpostal for fast international address parsing/no...

pip install postal results in:
CalledProcessError: Command 'pip --disable-pip-version-check install postal' returned non-zero exit status 1.
Has anyone managed to install this and use it? Appreciate your help and guidance.

 

Thank you.

 

Best regards,

Norvin

1 REPLY 1

NC
New Contributor III

I managed to install pylibpostal via the Cluster Library. 

but I cannot seem to download the data needed to run it.

Please help. Thank you.