You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is the command I use; however, I get this error and deprecation warning :
Deprecation: Even though I have python version 3.8
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
That is what I get when I run the above command:
executing command [brew install pyqt5]
Warning: pyqt 5.14.2 is already installed and up-to-date
To reinstall 5.14.2, run brew reinstall pyqt
ERROR: the following rosdeps failed to install
homebrew: Failed to detect successful installation of [pyqt5]
I also tried to unlink pyqt5 and link it again but it doesn't work and I also tried to uninstall pyqt5 and install it again separately but also it doesn't work.
please help! I am trying to download ros on macOS High Sierra 10.13.6
The text was updated successfully, but these errors were encountered:
@kennydedavion the ROS Support guidelines explicitly state that ROS Answers should be the first place to go for help if you can't find what you're looking for in the ROS wiki and existing documentation and contributors to ROS are welcome to encourage newcomers to adhere to those guidelines.
rosdep install --from-paths src --ignore-src --rosdistro kinetic -y --as-root pip:no --skip-keys="python-qt-bindings-qwt5 libqt5-core libqt5-gui libqt5-opengl libqt5-opengl-dev libqt5-widgets qt5-qmake qtbase5-dev python-imaging" --skip-keys google-mock --skip-keys python-wxtools
this is the command I use; however, I get this error and deprecation warning :
Deprecation: Even though I have python version 3.8
DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support
That is what I get when I run the above command:
executing command [brew install pyqt5]
Warning: pyqt 5.14.2 is already installed and up-to-date
To reinstall 5.14.2, run
brew reinstall pyqt
ERROR: the following rosdeps failed to install
homebrew: Failed to detect successful installation of [pyqt5]
I also tried to unlink pyqt5 and link it again but it doesn't work and I also tried to uninstall pyqt5 and install it again separately but also it doesn't work.
please help! I am trying to download ros on macOS High Sierra 10.13.6
The text was updated successfully, but these errors were encountered: