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:
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:
and
and
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