当前位置:网站首页>UserWarning: Usage of dash-separated ‘script-dir‘ will not be supported in future versions. note
UserWarning: Usage of dash-separated ‘script-dir‘ will not be supported in future versions. note
2022-06-29 10:44:00 【zhangrelay】
The problem is described in detail as follows , Usually occurs at compile time :
/usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
The screenshot is as follows :

Open the corresponding folder setup.cfg:

Press warn Require modification :

[develop]
script-dir=$base/lib/f1tenth_gym_ros
[install]
install-scripts=$base/lib/f1tenth_gym_rosIt is amended as follows :
[develop]
script_dir=$base/lib/f1tenth_gym_ros
[install]
install_scripts=$base/lib/f1tenth_gym_ros
recompile , There will be no warning .

[email protected]:~$ cd ros_ws/f1tenth_gym_ros/
[email protected]:~/ros_ws/f1tenth_gym_ros$ ls
build install log src
[email protected]:~/ros_ws/f1tenth_gym_ros$ colcon build
Starting >>> f1tenth_gym_ros
/usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
warnings.warn(
/usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'install_scripts' instead
warnings.warn(
/usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'script-dir' will not be supported in future versions. Please use the underscore name 'script_dir' instead
warnings.warn(
/usr/lib/python3/dist-packages/setuptools/dist.py:723: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'install_scripts' instead
warnings.warn(
running egg_info
writing ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/PKG-INFO
writing dependency_links to ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/dependency_links.txt
writing entry points to ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/entry_points.txt
writing requirements to ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/requires.txt
writing top-level names to ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/top_level.txt
reading manifest file '../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file '../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/SOURCES.txt'
running build
running build_py
running install
/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(
running install_lib
running install_data
running install_egg_info
removing '/home/zhangrelay/ros_ws/f1tenth_gym_ros/install/f1tenth_gym_ros/lib/python3.10/site-packages/f1tenth_gym_ros-0.0.0-py3.10.egg-info' (and everything under it)
Copying ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info to /home/zhangrelay/ros_ws/f1tenth_gym_ros/install/f1tenth_gym_ros/lib/python3.10/site-packages/f1tenth_gym_ros-0.0.0-py3.10.egg-info
running install_scripts
Installing gym_bridge script to /home/zhangrelay/ros_ws/f1tenth_gym_ros/install/f1tenth_gym_ros/lib/f1tenth_gym_ros
writing list of installed files to '/home/zhangrelay/ros_ws/f1tenth_gym_ros/build/f1tenth_gym_ros/install.log'
Finished <<< f1tenth_gym_ros [1.11s]
[email protected]:~/ros_ws/f1tenth_gym_ros$ colcon build
Starting >>> f1tenth_gym_ros
running egg_info
writing ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/PKG-INFO
writing dependency_links to ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/dependency_links.txt
writing entry points to ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/entry_points.txt
writing requirements to ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/requires.txt
writing top-level names to ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/top_level.txt
reading manifest file '../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file '../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info/SOURCES.txt'
running build
running build_py
running install
/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(
running install_lib
running install_data
running install_egg_info
removing '/home/zhangrelay/ros_ws/f1tenth_gym_ros/install/f1tenth_gym_ros/lib/python3.10/site-packages/f1tenth_gym_ros-0.0.0-py3.10.egg-info' (and everything under it)
Copying ../build/f1tenth_gym_ros/f1tenth_gym_ros.egg-info to /home/zhangrelay/ros_ws/f1tenth_gym_ros/install/f1tenth_gym_ros/lib/python3.10/site-packages/f1tenth_gym_ros-0.0.0-py3.10.egg-info
running install_scripts
Installing gym_bridge script to /home/zhangrelay/ros_ws/f1tenth_gym_ros/install/f1tenth_gym_ros/lib/f1tenth_gym_ros
writing list of installed files to '/home/zhangrelay/ros_ws/f1tenth_gym_ros/build/f1tenth_gym_ros/install.log'
Finished <<< f1tenth_gym_ros [1.10s]
[email protected]:~/ros_ws/f1tenth_gym_ros$
边栏推荐
- 【C语言进阶】文件操作(一)
- Virtual machine port scanning
- BUUCTF--新年快乐
- Report card of regional industrial Internet market, the second place of Baidu intelligent yunkaiwu
- Voir le classement des blogs pour csdn
- 这个mySQL安装的时候怎么搞去了?
- Devaxpress double click to get cell data
- 如何优雅的写 Controller 层代码?
- Vmware的下载与安装(基本思路+详细过程)
- Oracle reset sequence generator (non rebuild)
猜你喜欢

Reading notes of CLR via C -clr boarding and AppDomain

Bug的描述、定级、生命周期

30岁,女,普通软件测试媛,对职业的迷茫和焦虑

全面理解Volatile关键字

Fully understand the MESI cache consistency protocol

认不出原来的模样

Essential for efficient work: how can testers improve their communication skills?

2020-10-17:刷题1

给定两个整形变量的值,将两个值的内容进行交换 (C语言)

Basic operations during dev use
随机推荐
攻防世界-Re-insfsay
Print 9*9 multiplication formula table (C language)
SQL Server 数据库增删改查语句
【C语言进阶】文件操作(一)
打印1000~2000年之间的闰年(C语言)
有人遇到FlinkCdc同步MySQL时候出现的这个问题吗?
CLR via C reading notes - loading and AppDomain
C language library function --strstr()
arcgis创建postgre企业级数据库
C # use winexec to call exe program
全面理解Volatile关键字
Does your project need automated testing?
Oracle重置序列发生器(非重建)
Bug的描述、定级、生命周期
Implementation of iequalitycomparer interface in C #
How to quickly complete disk partitioning
Comment terminer rapidement une partition de disque
Fully understand the volatile keyword
Linux下Redis安装及集群搭建
由ASP.NET Core根据路径下载文件异常引发的探究