TypeError: ‘required’ is an invalid argument for positionals 的解决方法
当我在使用argparse模块时,遇到了如下错误:
import argparse
parser = argparse.ArgumentParser(descr iption = 'debug_example')
parser.add_argument ('--data_root', default = 'data/path', type = str, requi