TeamHG-Memex / eli5

A library for debugging/inspecting machine learning classifiers and explaining their predictions
http://eli5.readthedocs.io
MIT License
2.74k stars 332 forks source link

eli5 installation crashing on python 3.7 #326

Closed GuillemGSubies closed 4 years ago

GuillemGSubies commented 4 years ago

I get AttributeError: type object 'Callable' has no attribute '_abc_registry' like in #273

I am using eli5 0.9.0

It looks like this is because the typing dependence: https://github.com/python/typing/issues/573#issuecomment-405986724

I could send a PR if you agree to try what they propose above

kmike commented 4 years ago

Installing typing only for old Pythons makes sense 👍