Skip to content

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

@rorytorneymf

Description

@rorytorneymf

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions