NVIDIA-ISAAC-ROS / isaac_ros_common

Common utilities, packages, scripts, Dockerfiles, and testing infrastructure for Isaac ROS packages.
https://developer.nvidia.com/isaac-ros-gems
Other
197 stars 140 forks source link

running run_dev.sh - Warning PIP Root #23

Closed hexarotor6 closed 2 years ago

hexarotor6 commented 2 years ago

I see this warning at some point - in red :

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
WARNING: You are using pip version 21.2.4; however, version 22.1.1 is available.
You should consider upgrading via the '/usr/bin/python3 -m pip install --upgrade pip' command.
hemalshahNV commented 2 years ago

Is this just from run_dev.sh on x86_64 or aarch64? Which OS version are you seeing this with and any context console output to narrow down which pip invocations we're looking at?