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

What version of this library is compatible with Python 3.6? #231

Open
rorytorneymf opened this issue Oct 7, 2022 · 0 comments
Open

What version of this library is compatible with Python 3.6? #231

rorytorneymf opened this issue Oct 7, 2022 · 0 comments

Comments

@rorytorneymf
Copy link

rorytorneymf commented Oct 7, 2022

I have tried the following versions of this library on OpenSUSE 15.4 (LEAP), which is running Python 3.6, and have been unable to get any to run without errors:

  • 1.3.4
    cannot import name 'joblib'

  • 1.4.1 (Python 3.6.1 support)
    ImportError: cannot import name 'comb'

  • 1.4.4 (latest version available to install with pip)

  • 1.4.8 (last version before scikit-learn moved to incompatible Python 3.6. version)
    ImportError: cannot import name 'comb'

  • 1.6.0 (latest tag, installed via pip install -U https://github.com/mailgun/talon/archive/refs/tags/v1.6.0.zip)

  • @vovanec's fork with some fixes around versions (pip install -U https://github.com/vovanec/talon/archive/master.zip)

All of these fail with various errors such around import errors or dependencies which are not available in Python 3.6:

 cannot import name 'joblib'

and

ERROR: Could not find a version that satisfies the requirement scikit-learn>=1.0.0

and

Could not find a version that satisfies the requirement numpy>=1.20.1

I am aware of various open issues + PRs which seem related, but have not had any luck hacking my install and applying the various changes:

#229
#214
#219
#211
#207

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

1 participant