datamade / usaddress

:us: a python library for parsing unstructured United States address strings into address components
https://parserator.datamade.us/usaddress
MIT License
1.51k stars 303 forks source link

Python 3.10 #314

Closed jrobison-sb closed 2 years ago

jrobison-sb commented 2 years ago
# This will work
docker run -it --rm --entrypoint /bin/bash python:3.9.7-buster

pip3 install usaddress

# This will break
docker run -it --rm --entrypoint /bin/bash python:3.10-buster

pip3 install usaddress
broxeph commented 2 years ago

Seems to be due to a downstream problem in the python-crfsuite dependency: https://github.com/scrapinghub/python-crfsuite/issues/130

chris-erickson commented 2 years ago

Confirmed, install note added in the linked PR.

fgregg commented 2 years ago

upstream new supports 3.10