looks like something broke in the setuptools project in the last couple of days, and consequently, pipenv-setup errors out when called. This should only happen with the latest pip version but I am not 100% sure.
Anyway, a quick fix for this is to export an env var before calling the command, like below
export SETUPTOOLS_USE_DISTUTILS=stdlib
pipenv-setup check
cheers!