Issue with colcon build #114
Kazimbalti
started this conversation in
General
Replies: 1 comment
-
These are warnings, not errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I build the simulation of crazyswarm2 I get the below errors.
Please help me how to remove these errors
Starting >>> crazyflie_interfaces
Starting >>> motion_capture_tracking_interfaces
Finished <<< motion_capture_tracking_interfaces [0.30s]
Starting >>> motion_capture_tracking
Finished <<< motion_capture_tracking [0.20s]
Finished <<< crazyflie_interfaces [0.59s]
Starting >>> crazyflie_py
Starting >>> crazyflie
Finished <<< crazyflie [0.40s]
--- stderr: crazyflie_py
/home/asl/.local/lib/python3.8/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/home/asl/.local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
[5:31 PM]
[5:35 PM]
warnings.warn(
/home/asl/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
/home/asl/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 1.13.1-unknown is an invalid version and will not be supported in a future release
warnings.warn(
/home/asl/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
Finished <<< crazyflie_py [1.15s]
Starting >>> crazyflie_examples
--- stderr: crazyflie_examples
/home/asl/.local/lib/python3.8/site-packages/setuptools/command/easy_install.py:144: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/home/asl/.local/lib/python3.8/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
/home/asl/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.23ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
/home/asl/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 1.13.1-unknown is an invalid version and will not be supported in a future release
[5:31 PM]
[5:35 PM]
warnings.warn(
/home/asl/.local/lib/python3.8/site-packages/pkg_resources/init.py:123: PkgResourcesDeprecationWarning: 0.1.36ubuntu1 is an invalid version and will not be supported in a future release
warnings.warn(
Finished <<< crazyflie_examples [1.12s]
Summary: 6 packages finished [3.37s]
2 packages had stderr output: crazyflie_examples crazyflie_py
[5:36 PM]
and the second error
Beta Was this translation helpful? Give feedback.
All reactions