Using libpostal in Databricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 07:53 PM - edited 03-31-2024 07:57 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2024 08:30 PM
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.