Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3.10 #314

Closed
jrobison-sb opened this issue Oct 6, 2021 · 3 comments
Closed

Python 3.10 #314

jrobison-sb opened this issue Oct 6, 2021 · 3 comments

Comments

@jrobison-sb
Copy link

# 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
Copy link

broxeph commented Nov 4, 2021

Seems to be due to a downstream problem in the python-crfsuite dependency: scrapinghub/python-crfsuite#130

@chris-erickson
Copy link

Confirmed, install note added in the linked PR.

@fgregg
Copy link
Member

fgregg commented Mar 23, 2022

upstream new supports 3.10

@fgregg fgregg closed this as completed Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants