git clone https://github.com/ntrexlab/STELLA_N2_CAM_LINE.git 빌드 문의
페이지 정보
본문
STELLA N1 SBC 버전: pi
REMOTE PC 버전: ubuntu 20.04
ROS 버전: foxy
안녕하세요 stella n1을 커스텀하여 제작중에 있습니다.
git clone https://github.com/ntrexlab/STELLA_N2_CAM_LINE.git을 build 시
jungjooyoo@jungjooyoo-B660M-HD3P:~/stella_ws$ colcon build --symlink-install
Starting >>> line_follower
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'script-dir' will not be supported in future
versions. Please use the underscore name 'script_dir' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'install-scripts' will not be supported in future
versions. Please use the underscore name 'install_scripts' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
--- stderr: line_follower
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'script-dir' will not be supported in future
versions. Please use the underscore name 'script_dir' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
easy_install.initialize_options(self)
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
---
Finished <<< line_follower [0.68s]
Summary: 1 package finished [1.46s]
1 package had stderr output: line_follower
다음과 같은 오류가 발생하는데 해결방법이 있을까요 ?
REMOTE PC 버전: ubuntu 20.04
ROS 버전: foxy
안녕하세요 stella n1을 커스텀하여 제작중에 있습니다.
git clone https://github.com/ntrexlab/STELLA_N2_CAM_LINE.git을 build 시
jungjooyoo@jungjooyoo-B660M-HD3P:~/stella_ws$ colcon build --symlink-install
Starting >>> line_follower
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'script-dir' will not be supported in future
versions. Please use the underscore name 'script_dir' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'install-scripts' will not be supported in future
versions. Please use the underscore name 'install_scripts' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
--- stderr: line_follower
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/dist.py:472: SetuptoolsDeprecationWarning: Invalid dash-separated options
!!
********************************************************************************
Usage of dash-separated 'script-dir' will not be supported in future
versions. Please use the underscore name 'script_dir' instead.
By 2024-Sep-26, you need to update your project and remove deprecated calls
or your builds will no longer be supported.
See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details.
********************************************************************************
!!
opt = self.warn_dash_deprecation(opt, section)
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` and ``easy_install``.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://github.com/pypa/setuptools/issues/917 for details.
********************************************************************************
!!
easy_install.initialize_options(self)
/home/jungjooyoo/.local/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
---
Finished <<< line_follower [0.68s]
Summary: 1 package finished [1.46s]
1 package had stderr output: line_follower
다음과 같은 오류가 발생하는데 해결방법이 있을까요 ?
- 이전글ros2 run line_follower line_follower 24.03.14
- 다음글카메라 줌 문의 24.03.08
댓글목록
최고관리자님의 댓글
최고관리자 작성일
안녕하세요.
아이디어 로봇입니다.
해당 경고는 SetUpTool 관련 추후 업데이트에서 현재 사용하는 일부 코드가 지원 종료 예정이라는 내용입니다.
빌드는 정상적으로 완료되었으며
해당 경고가 나오지 않게하고 싶으시다면
사용하시는 파이썬 버전을 3.8으로 설정하시거나
SetUpTool 버전을 58.2.0으로 설정하시는 방법이 있습니다.