Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyQt5 creating problem with python2 #140

Open
Tarun22Sahu opened this issue Sep 8, 2019 · 3 comments
Open

PyQt5 creating problem with python2 #140

Tarun22Sahu opened this issue Sep 8, 2019 · 3 comments

Comments

@Tarun22Sahu
Copy link

Tarun22Sahu commented 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.

@Tarun22Sahu Tarun22Sahu changed the title PyQt5 create problem with python2 PyQt5 creating problem with python2 Sep 8, 2019
@dawnos
Copy link

dawnos commented Sep 11, 2019

Yes. I also meet this problem.

@lrapetti
Copy link

It seems they have remove Python2 from the pyqt5 Formula Homebrew/homebrew-core@252af0b. Same happened with sip with Homebrew/homebrew-core@bf34b31 that is also causing problems to me.

@lrapetti
Copy link

I think you can check in https://github.com/mikepurvis/ros-install-osx/pull/141/files#diff-04c6e90faac2675aa89e2176d2eec7d8R12-R22 the pointer to the working commit of those dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants