ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

It looks like the python3 version got upgraded after running Homebrew to install another package as seen by:

python3 --version
Python 3.9.0

I removed the symbolic link and pointed it to the previous version

rm /usr/local/bin/python3
ln -s /usr/local/Cellar/python@3.8/3.8.6_1/bin /usr/local/bin/python3

rqt ran sucessfully after that.