반응형
ros2 humble에서 colcon build 하였는데 EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. 라는 warning이 나왔다.
[발생 원인]
ubuntu 22.04 & ros2 humble을 설치하면서 59.6.0 버전의 setuptools가 설치 된다. 해당 버전이 너무 최신 버전이라서 그런것 같음. 확실하지 않음. ^^
[해결 방안]
setuptools 버전을 58.2.0 버전으로 다운그레이드하면 된다.
pip3 install setuptools==58.2.0
728x90
'ERROR' 카테고리의 다른 글
[error] "Verification failed: (0X1A) Security violation" error (1) | 2023.11.27 |
---|---|
[error] ubuntu *-network UNCLAIMED (0) | 2023.11.23 |
[error] Usage of dash-separated 'script-dir' will not be supported in future versions. (0) | 2023.10.30 |
[error] AttributeError: module 'cv2.aruco' has no attribute 'Dictionary_get' (0) | 2023.05.28 |
[error] Authentication required_vscode_github_ubuntu (0) | 2023.05.22 |