Warning: pip is being invoked by an old script wrapper

后端 未结 6 2088
半阙折子戏
半阙折子戏 2021-02-03 23:01

WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip. Please see https://github.com/pypa/pip/issues/5599 for advi

6条回答
  •  独厮守ぢ
    2021-02-03 23:10

    I faced the same issue but on Windows. Reinstalling pip worked for me. You can force a reinstall of pip with:

    python -m pip install --upgrade --force-reinstall pip
    

提交回复
热议问题