usage: train.py [-h] --config CONFIG [--force FORCE] train.py: error: the following arguments are required: --config
时间: 2024-06-13 08:04:45 浏览: 317
typed-argument-parser:Python的类型化参数解析器
根据引用,train.py是一个命令行程序,需要传入参数才能正常运行。其中必须传入的参数是--config CONFIG,而--force FORCE是可选参数。如果你在运行train.py时没有传入--config参数,就会出现类似于“train.py: error: the following arguments are required: --config”的错误提示。
引用提到了discord.py机器人的实用程序discord-flags,它可以让你在命令中传递标志。如果你想使用discord-flags,可以通过运行“pip install discord-flags”来安装它。如果你需要安装旧版解析器,可以运行“pip install discord-flags==1.5.2”。2.1.0版本对签名的显示进行了更改。
阅读全文