GreenBuildingRegistry / usaddress-scourgify

Clean US addresses following USPS pub 28 and RESO guidelines
MIT License
206 stars 47 forks source link

UnParseableAddressError #39

Open clicksmartmedia opened 4 months ago

clicksmartmedia commented 4 months ago

For some reason I keep getting this error...

Traceback (most recent call last): File "api.py", line 16, in from scourgify import normalize_address_record, UnParseableAddressError, AmbiguousAddressError, AddressNormalizationError ImportError: cannot import name 'UnParseableAddressError' from 'scourgify' (venv/lib/python3.11/site-packages/scourgify/init.py)

Is this an issue or am I missing something?