5ee3abfda6385ccf059a569291b35cc624582447
ros/py_qt_binding.md
... | ... | @@ -0,0 +1,14 @@ |
1 | +<pre><font color="#EF2929"><b>Errors</b></font> <font color="#CC0000"> <<</font> <font color="#06989A">qt_gui_cpp</font>:<font color="#3465A4">make</font> <font color="#EF2929"><b>/home/takuya/catkin_ws/logs/qt_gui_cpp/build.make.004.log</b></font> |
|
2 | +Traceback (most recent call last): |
|
3 | + File "/home/takuya/catkin_ws/src/python_qt_binding/cmake/sip_configure.py", line 8, in <module> |
|
4 | + import sipconfig |
|
5 | +ModuleNotFoundError: No module named 'sipconfig' |
|
6 | +make[2]: *** [sip/qt_gui_cpp_sip/Makefile] Error 1 |
|
7 | +make[1]: *** [src/qt_gui_cpp_sip/CMakeFiles/libqt_gui_cpp_sip.dir/all] Error 2 |
|
8 | +make: *** [all] Error 2 |
|
9 | +<font color="#555753"><b>cd /home/takuya/catkin_ws/build/qt_gui_cpp; catkin build --get-env qt_gui_cpp | catkin env -si /usr/bin/make --jobserver-fds=6,7 -j; cd -</b></font> |
|
10 | +</pre> |
|
11 | + |
|
12 | +``` |
|
13 | +$ sudo apt install python3-sip |
|
14 | +``` |
|
... | ... | \ No newline at end of file |