Trouble with client on Ubuntu 16.04
Posted: Wed Mar 14, 2018 1:25 am
I'm sorry in advance if this has been addressed already, I haven't found any information in previous posts that has worked.
Everything that I see so far points to a permission or path issue but I am stuck at this juncture. I'm posting the error message(s) that occurs when I try to launch the client:
INFO:cfclient.gui:Disabling STL printouts
Traceback (most recent call last):
File "cfclient", line 5, in <module>
main()
File "/usr/local/lib/python3.6/site-packages/cfclient-2018.01.3_6_g120c68c-py3.6.egg/cfclient/gui.py", line 135, in main
from .ui.main import MainUI
File "/usr/local/lib/python3.6/site-packages/cfclient-2018.01.3_6_g120c68c-py3.6.egg/cfclient/ui/main.py", line 33, in <module>
import cfclient.ui.tabs
File "/usr/local/lib/python3.6/site-packages/cfclient-2018.01.3_6_g120c68c-py3.6.egg/cfclient/ui/tabs/__init__.py", line 32, in <module>
from .ConsoleTab import ConsoleTab
File "/usr/local/lib/python3.6/site-packages/cfclient-2018.01.3_6_g120c68c-py3.6.egg/cfclient/ui/tabs/ConsoleTab.py", line 35, in <module>
from PyQt5.QtCore import pyqtSignal
ModuleNotFoundError: No module named 'sip'
When I run the script, I'm in the ~/crazyflie-clients-python/bin directory and I run as $python3 cfclient
Hopefully someone can help point me in the right direction. Thank you in advance for your time!
Everything that I see so far points to a permission or path issue but I am stuck at this juncture. I'm posting the error message(s) that occurs when I try to launch the client:
INFO:cfclient.gui:Disabling STL printouts
Traceback (most recent call last):
File "cfclient", line 5, in <module>
main()
File "/usr/local/lib/python3.6/site-packages/cfclient-2018.01.3_6_g120c68c-py3.6.egg/cfclient/gui.py", line 135, in main
from .ui.main import MainUI
File "/usr/local/lib/python3.6/site-packages/cfclient-2018.01.3_6_g120c68c-py3.6.egg/cfclient/ui/main.py", line 33, in <module>
import cfclient.ui.tabs
File "/usr/local/lib/python3.6/site-packages/cfclient-2018.01.3_6_g120c68c-py3.6.egg/cfclient/ui/tabs/__init__.py", line 32, in <module>
from .ConsoleTab import ConsoleTab
File "/usr/local/lib/python3.6/site-packages/cfclient-2018.01.3_6_g120c68c-py3.6.egg/cfclient/ui/tabs/ConsoleTab.py", line 35, in <module>
from PyQt5.QtCore import pyqtSignal
ModuleNotFoundError: No module named 'sip'
When I run the script, I'm in the ~/crazyflie-clients-python/bin directory and I run as $python3 cfclient
Hopefully someone can help point me in the right direction. Thank you in advance for your time!