MIC-DKFZ / HD-BET

MRI brain extraction tool
Apache License 2.0
266 stars 63 forks source link

Deprecation warning #60

Open roohy466 opened 2 months ago

roohy466 commented 2 months ago

I see this warning, how to resolve it:

/opt/miniconda/bin/hd-bet:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').require('HD-BET==1.0')
roohy466 commented 2 months ago

update: it has been resolved by downgrading setuptools:

pip install setuptools==60