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
It seems as the client does not start with the latest pyqt5 version (pyqt5-5.14.1). It does work on 5.13.0 though.
Traceback (most recent call last): File "/Users/kristoffer/.pyenv/versions/3.7.3/bin/cfclient", line 11, in <module> load_entry_point('cfclient', 'console_scripts', 'cfclient')() File "/Users/kristoffer/code/bitcraze/crazyflie-clients-python/src/cfclient/gui.py", line 159, in main main_window = MainUI() File "/Users/kristoffer/code/bitcraze/crazyflie-clients-python/src/cfclient/ui/main.py", line 201, in __init__ self._mux_group = QActionGroup(self._menu_inputdevice, exclusive=True) TypeError: 'exclusive' is an unknown keyword argument
Workaround: Install pyqt5 5.13.0
pip uninstall pyqt5
pip install pyqt5==5.13
The text was updated successfully, but these errors were encountered:
Os: OSX (10.15.2)
Python version: 3.7.3
It seems as the client does not start with the latest pyqt5 version (pyqt5-5.14.1). It does work on 5.13.0 though.
Traceback (most recent call last): File "/Users/kristoffer/.pyenv/versions/3.7.3/bin/cfclient", line 11, in <module> load_entry_point('cfclient', 'console_scripts', 'cfclient')() File "/Users/kristoffer/code/bitcraze/crazyflie-clients-python/src/cfclient/gui.py", line 159, in main main_window = MainUI() File "/Users/kristoffer/code/bitcraze/crazyflie-clients-python/src/cfclient/ui/main.py", line 201, in __init__ self._mux_group = QActionGroup(self._menu_inputdevice, exclusive=True) TypeError: 'exclusive' is an unknown keyword argument
Workaround: Install pyqt5 5.13.0
The text was updated successfully, but these errors were encountered: