28👍
✅
The virtualenv that was created by Pipenv is broken; it could be that the Python version it referenced was uninstalled or its location was moved.
Tell pipenv to remove it:
pipenv --rm
A new virtualenv will be created for you when you then run pipenv install
again.
Source:stackexchange.com