cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
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.