[常见问题]Colcon编译 Setuptools DeprecationWarning: setup.py install is deprecated.
-
好的 已经解决

-
感谢大佬
您的教程很棒
-
解决的问题:Read time out,国内下载python包超时。
方法:延长超时时间;使用国内镜像源。更改后的代码:
sudo pip --default-timeout=100 install -i https://pypi.tuna.tsinghua.edu.cn/simple setuptools==58.2.0 -
编译出现这种情况是哪里出了问题呀

-
@1411016112 已解决
-
@1411016112 你好我想问一下是怎么解决的,我也遇到这个问题了
-
@1411016112 请问怎么解决的呢?
-
@1678271766 好使,多谢
-
@1411016112 你好我想问一下是怎么解决的,我也遇到这个问题了
-
看你的ros版本,然后把指令最后面的版本改为你的ros版本就好了。
git clone https://github.com/ros2/examples src/examples -b jazzy