ROSのcatkin_makeにおけるpython3-empyのエラー
python3でセットアップしたrosをコンパイルする際に以下のようなエラーが出た場合の対処方法
CMake Error at /opt/ros/noetic/share/catkin/cmake/empy.cmake:30 (message):
Unable to find either executable 'empy' or Python module 'em'... try
installing the package 'python3-empy'
catkin_make時にpython3での実行ファイルのパスを指定する
catkin_make -DPYTHON_EXECUTABLE=/usr/bin/python3
Author And Source
この問題について(ROSのcatkin_makeにおけるpython3-empyのエラー), 我々は、より多くの情報をここで見つけました https://qiita.com/Ponkotsu_TK/items/9ff1de9a8c478f7c006b著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .