I can successfully install ROS in my Mac and I can open RVIZ from this tutorial. However, I feel confused to follow the ROS tutorial and I have the following error when I create a workspace that my python version in a specific directory is not updated
CMake Error at /Users/apple/opt/miniconda3/envs/robostackenv/share/cmake-3.24/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find PythonInterp: Found unsuitable version "3.8.2", but required
is at least "3.9" (found /usr/bin/python3)
But when I type python --version
, I got Python 3.9.13
.
Does anyone know how I can update it specifically??