出现报错WARNING: 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
以“root”用户运行pip可能导致权限中断,可以尝试使用虚拟环境
1,创建环境
python3 -m venv tutorial-env
如出现报错则先运行 apt install python3.10-venv安装一下包再创建环境
2,激活虚拟系统
原文链接:https://blog.csdn.net/weixin_67503304/article/details/125397132
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!