Python warning question

sudo python3 -m pip install Mopidy-RadioNet
Collecting Mopidy-RadioNet
  Downloading Mopidy_RadioNet-0.2.2-py3-none-any.whl (11 kB)
Requirement already satisfied: Mopidy>=3.0.0 in /usr/lib/python3/dist-packages (from Mopidy-RadioNet) (3.3.0)
Requirement already satisfied: setuptools in /usr/local/lib/python3.9/dist-packages (from Mopidy-RadioNet) (65.4.0)
Requirement already satisfied: uritools>=1.0 in /usr/lib/python3/dist-packages (from Mopidy-RadioNet) (3.0.0)
Requirement already satisfied: Pykka>=2.0.1 in /usr/lib/python3/dist-packages (from Mopidy-RadioNet) (2.0.3)
Installing collected packages: Mopidy-RadioNet
Successfully installed Mopidy-RadioNet-0.2.2
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

What is that warning? it should be there as I am using sudo but how to install extension without sudo ?

the waring could be ignored :slight_smile:
We have same on our install processes.

1 Like