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

I can't install pyqt4 on my mac #290

Closed
jerryyip opened this issue Mar 21, 2017 · 4 comments
Closed

I can't install pyqt4 on my mac #290

jerryyip opened this issue Mar 21, 2017 · 4 comments

Comments

@jerryyip
Copy link

See this:

brew install homebrew/boneyard/pyqt --with-python3

Updating Homebrew...
^C==> Installing pyqt from homebrew/boneyard
==> Downloading https://downloads.sf.net/project/pyqt/PyQt4/PyQt-4.11.4/PyQt
Already downloaded: /Users/jy/Library/Caches/Homebrew/pyqt-4.11.4.tar.gz
==> python configure.py --confirm-license --bindir=/usr/local/Cellar/pyqt/4.
Last 15 lines from /Users/jy/Library/Logs/Homebrew/pyqt/01.python:
2017-03-21 17:55:58 +0800

python
configure.py
--confirm-license
--bindir=/usr/local/Cellar/pyqt/4.11.4/bin
--destdir=/usr/local/Cellar/pyqt/4.11.4/lib/python2.7/site-packages
--sipdir=/usr/local/Cellar/pyqt/4.11.4/share/sip

Error: /usr/local/opt/qt5/bin/qmake failed to create a makefile. Make sure you
have a working Qt qmake on your PATH or use the -q argument to explicitly
specify a working Qt qmake.
Determining the layout of your Qt installation...

Error: pyqt was moved to homebrew-boneyard because it has unfixable issues.
Please do not file any issues about this. Sorry!
@ataffanel
Copy link
Member

This is currently being fixed in #269 by porting the client to PyQt5. It should soon be merged-in. In the mean time you can try the dev-pyqt5 branch https://github.com/bitcraze/crazyflie-clients-python/tree/dev-pyqt5.

@jerryyip
Copy link
Author

Thanks! I am able to run the client with pyqt5 now!
But another question raised: the client can't scan my crazyradio pa.
And I have got this problem before when I tried to update the firmware of my crazyradio pa. I finally fixed that problem by changing the usb ID in your code as the following picture.
0102

So could it be the same problem? And how could I fix this?

Thanks.

@ataffanel
Copy link
Member

This change is not related to the Crazyradio firmware but rather to the Nordic bootloader. It is very strange since we use the nordic bootloader to flash the crazyradio in factory so the vid/pid should always be correct. Can you please push a new ticket about this issue to keep things organized.

@ataffanel
Copy link
Member

Thanks for creating the new ticket, the PyQt5 port is now merged so I close this one.

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

2 participants