报错: 报错信息显示如下: AttributeError: partially initialized module 'argparse' has no attribute 'ArgumentParser' (most likely due to a circular import) 错误原因: 先附上源代码: import argparse parser = argparse.ArgumentParser(description='Demo of argparse