Pipenv-Error: ModuleNotFoundError: No module named 'pip._internal'
问题 Today, I installed Pipenv via pip install pipenv As mentioned in the documentation I went to a test directory and created a new virtual environment using pipenv shell and tried to install a package via pipenv install numpy I got the following error message: Installing numpy… ⠧ Error: An error occurred while installing numpy! Traceback (most recent call last): File "/Users/florian/.local/share/virtualenvs/test-bJfQ6Jzk/bin/pip", line 7, in <module> from pip._internal import main