You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/usr/local/lib/python3.10/dist-packages/setuptools/dist.py", line 629, in _enforce_underscore
28.33 raise InvalidConfigError(
28.33 setuptools.errors.InvalidConfigError: Invalid dash-separated key 'description-file' in 'metadata' (setup.cfg), please use the underscore name 'description_file' instead.
batchgenerators/setup.cfg
Line 2 in 1185d57
Caused by this commit in setuptools:
pypa/setuptools@88bee15
Introduced in 78.0.0 version setuptools.
We have to enforce the setuptools version in nnUNet, nnInteractive or replace '-' with '_'
The text was updated successfully, but these errors were encountered: