Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager
-
Dear Help,
I have an warning statement.
`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
I tried to use a virtual environment but, I couldn't .
What should I do ?
Best regards.
-
@cyan-gloom, hello.
This alert has no impact on your operations. You are operating within an isolated environment as the root user, enabling you to employ any package manager such as apt, conda, or pip without the necessity to escalate your privileges. Please ignore this warning.
-
@support
Thanks a lot !