psychoinformatics-de / remodnav

Robust Eye Movement Detection for Natural Viewing
Other
59 stars 16 forks source link

Funky datalad error in the test battery #30

Closed adswa closed 2 years ago

adswa commented 2 years ago

The travis logs of #29 show a funky internal datalad error:

[...]
$ datalad wtf

[ERROR  ] entry_points() got an unexpected keyword argument 'group' [backend.py:_load_plugins:198] (TypeError) 

The command "datalad wtf" exited with 1.
[...]
adswa commented 2 years ago

Oh, its probably due to a dependency issue during installation

ERROR: keyring 23.1.0 has requirement importlib-metadata>=3.6, but you'll have importlib-metadata 0.18 which is incompatible.
adswa commented 2 years ago

The error seems to be due to the installation setup of Travis. With a migration from travis to GH-actions, this error does not occur anymore.