构建 python ros2 简陋包的问题

问题描述 投票:0回答:0

我开始使用ros。 我按照官方网站的说明安装了它。

但是,当我运行 colcon build 来构建一个 ros python 包和一个 cpp 包时,我从 python 包构建中得到了这条消息。

有点亏,但是看起来是很想解决的事情,但是又不知道怎么解决...(或者因为会惹麻烦而必须解决;或者不重要)

Starting >>> cpp_pkg 
Starting >>> py_pkg
Finished <<< cpp_pkg [0.48s]                                              
--- stderr: py_pkg                   
/usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
warnings.warn(
---
Finished <<< py_pkg [0.96s]

Summary: 2 packages finished [1.14s]
1 package had stderr output: py_pkg

我安装并升级了setuptools

我安装了colcon-python-setup-py

我检查了其他东西并升级了所有 python 包

我在安装ros之前已经安装了anaconda3,但这应该不是问题,不是吗?

setuptools deprecation-warning ros2 colcon
© www.soinside.com 2019 - 2024. All rights reserved.