datalad / datalad-gooey

A graphical user interface for DataLad (datalad.org)
https://docs.datalad.org/projects/gooey
Other
4 stars 6 forks source link

Fixup package after datalad next restructuring #416

Closed adswa closed 1 year ago

adswa commented 1 year ago

Starting up the gooey with a recent version of datalad-next installed shows

(gooey) adina@muninn in ~/repos/datalad-gooey on git:main
❱ datalad gooey
[ERROR  ] No module named 'datalad_next.credman' 

This is due to the restructuring in datalad-next (I suspect https://github.com/datalad/datalad-next/pull/169 although I did not look closely), and the fact that we only constrain datalad-next to a be more recent than 0.6.2, but not below 1.0.0. As its attractive to keep the dependency to datalad-next recent, I'd suggest to adjust both the imports in this package and then adjust the version constraint for datalad-next to 1.0.0

adswa commented 1 year ago

this was done, albeit a bit prematurely, in #417