When I install a python package on kaggle, the package is successfully installed, but I get the following warning. The notebook is pinned to its original environment. I am running my notebooks on kaggle and don't see a way to use a virtual environment. My questions:
- Is this something to be concerned about?
- Is there a solution to the warning?
Python version:
3.7.12
The pip version:
pip 22.1.2
The warning:
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 class="ansi-yellow-fg">
I did see this post WARNING: Running pip as the 'root' user but I'm not clear on any required action, if any.
I posted a similar question on kaggle but never received a response.