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
brew install pyqt5 --with-python --without-python3 no longer works.
In updated brew these options has been deprecated. Now building the package qt_gui_cpp and similar could not find the pyqt5. I also tried to compile all steps again with python3. but some packages and even catkin_make need python2. I am stuck in this deadlock. some package need library for python which are only available for python3 like pyqt5 and in other way, not all things compiled with python3, they require python2.
Please @mikepurvis look into this and suggest some solution.
The text was updated successfully, but these errors were encountered:
Tarun22Sahu
changed the title
PyQt5 create problem with python2
PyQt5 creating problem with python2
Sep 8, 2019
brew install pyqt5 --with-python --without-python3
no longer works.In updated brew these options has been deprecated. Now building the package
qt_gui_cpp
and similar could not find the pyqt5. I also tried to compile all steps again with python3. but some packages and even catkin_make need python2. I am stuck in this deadlock. some package need library for python which are only available for python3 like pyqt5 and in other way, not all things compiled with python3, they require python2.Please @mikepurvis look into this and suggest some solution.
The text was updated successfully, but these errors were encountered: