问题:
WARNING: Running pip as the ‘root’ user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
解决: 忽略权限
pip install transformers>=4.44.0 -i https://pypi.tuna.tsinghua.edu.cn/simple --root-user-action=ignore
WARNING: Running pip as the ‘root‘ user can result in broken permissions and conflicting behaviour w
最新推荐文章于 2025-02-17 14:45:09 发布