mailgun / talon

Apache License 2.0
1.26k stars 287 forks source link

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

Open rorytorneymf opened 1 year ago

rorytorneymf commented 1 year ago

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:

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:

https://github.com/mailgun/talon/issues/229 https://github.com/mailgun/talon/issues/214 https://github.com/mailgun/talon/pull/219 https://github.com/mailgun/talon/pull/211 https://github.com/mailgun/talon/pull/207