天生呀 2021-03-24 14:30 采纳率: 80%
浏览 6288
已采纳

the following arguments are required: --cfg这个要怎么解决

F:\Anaconda\python.exe G:/data/test.py
usage: test.py [-h] --cfg CFG ...
test.py: error: the following arguments are required: --cfg

Process finished with exit code 2

  • 写回答

3条回答 默认 最新

  • ProfSnail 2021-03-24 14:31
    关注

    这应该是你的test.py需要一个名叫cfg的参数。

    具体使用方法只有看到你的代码之后才能了解。你可以私信我以更详细说明代码情况。

    命令行输入F:\Anaconda\python.exe G:/data/test.py --cfg CFG

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?