1
0
-1

安装 pip 组件时提示 ARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv

    Comment添加您的评论…

    1答案

    1.  
      1
      0
      -1
      pip3 install --root-user-action=ignore --upgrade pip


        Comment添加您的评论…