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

GECCO is not compatible with Python 3.10 #7

Closed
apcamargo opened this issue Mar 19, 2022 · 3 comments
Closed

GECCO is not compatible with Python 3.10 #7

apcamargo opened this issue Mar 19, 2022 · 3 comments
Labels
external Issue is caused by an external dependency

Comments

@apcamargo
Copy link

GECCO can't be installed in a Python 3.10 environment. This is actually caused because python-crfsuite won't build in Python 3.10, so I'm not really sure if there's an option other than waiting for an upstream fix or changing the CRF backend.

@althonos althonos added the external Issue is caused by an external dependency label Mar 20, 2022
@althonos
Copy link
Member

althonos commented Mar 20, 2022

Hi Antônio, as you pointed out this is a bug with python-crfsuite so at the moment there's not much we can do about it until they publish a fix. You can however get a working version by installing directly from the master branch of python-crfsuite, which has been fixed:

$ pip install -U git+https://github.com/scrapinghub/python-crfsuite.git

@apcamargo
Copy link
Author

Apparently this is not a problem anymore :)

@althonos
Copy link
Member

Perfect ! 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external Issue is caused by an external dependency
Projects
None yet
Development

No branches or pull requests

2 participants