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
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
这应该是你的test.py需要一个名叫cfg的参数。
具体使用方法只有看到你的代码之后才能了解。你可以私信我以更详细说明代码情况。
命令行输入F:\Anaconda\python.exe G:/data/test.py --cfg CFG