I am using pipenv to handle a Python package dependencies.
The Python package is using two packages (named pckg1 and pckg2) that relies on
pckg1
pckg2
Nothing here worked for me. In the end this solved the issue:
pip uninstall pipenv pip install pipenv