WARNING: Running pip as the 'root'

I’m encountering a warning when using pip as the root user on my system. The warning message is as follows:

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: 12. Virtual Environments and Packages — Python 3.13.0 documentation

Hi,
It looks to be a warning. If it does not fail out, it may be ignored.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.