brain-score / brainio

Data management for quantitative comparison of brains and brain-inspired systems
MIT License
5 stars 12 forks source link

'EntryPoints' object has no attribute 'get' #28

Open mschrimpf opened 1 year ago

mschrimpf commented 1 year ago

importlib-metadata seems to have deprecated and now removed the get method: https://stackoverflow.com/a/73932581/2225200

This breaks all brainio functionality: E AttributeError: 'EntryPoints' object has no attribute 'get' (e.g. https://app.travis-ci.com/github/brain-score/brain-score/jobs/585222699)

mschrimpf commented 1 year ago

Temporarily addressing this for brain-score in https://github.com/brain-score/brain-score/pull/342/commits/a5056ec2a8ecdb336a341917b603f726bebdfe2c

jjpr-mit commented 1 year ago

We can exclude importlib-metadata 5.0.0, but I don't get why brainio tests pass and brain-score tests fail. For some reason brain-score gets 5.0.0 but brainio doesn't.